Documentation
¶
Overview ¶
Package setupidentity provides the command to bootstrap the secure environment.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrFingerprintNotFound is returned when a GPG key fingerprint cannot be parsed. ErrFingerprintNotFound = errors.New("could not determine fingerprint for key") // ErrNoSecretKey is returned when no secret key is found after import. ErrNoSecretKey = errors.New("no secret key found after import") // ErrEmptyToken is returned when the user provides an empty token. ErrEmptyToken = errors.New("token cannot be empty") )
Functions ¶
func NewSetupIdentityCmd ¶
NewSetupIdentityCmd creates and configures the `setup-identity` command.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.