Documentation
¶
Overview ¶
Package keygen implements key generation request handling for the nstance-agent.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler implements the KeyRequestHandler interface for processing key generation requests
func New ¶
func New(logger *slog.Logger, keysDir string, keyMode os.FileMode, agentClient *agent.Client) *Handler
New creates a new key request handler
func (*Handler) HandleKeyRequest ¶
HandleKeyRequest generates the requested keys and submits public keys to server
Click to show internal directories.
Click to hide internal directories.