Documentation ¶
Index ¶
- Variables
- func NewCommand(ctx clictx.Context, names ...string) *cobra.Command
- type Command
- func (o *Command) AddFlags(set *pflag.FlagSet)
- func (o *Command) Complete(args []string) error
- func (o *Command) FilterSettings(args ...string) []string
- func (o *Command) ForName(name string) *cobra.Command
- func (o *Command) Run() error
- func (o *Command) WriteKey(key interface{}, path string, raw bool) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Names = names.RSAKeyPair Verb = verbs.Create )
Functions ¶
Types ¶
type Command ¶
type Command struct { utils.BaseCommand Subject *pkix.Name MoreIssuers []string Validity time.Duration RootCertPool *x509.CertPool CAChain []*x509.Certificate CAKey interface{} Encrypt string CreateEncryptionKey bool // contains filtered or unexported fields }
func (*Command) FilterSettings ¶
Click to show internal directories.
Click to hide internal directories.