Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificateAPI ¶
type CertificateAPI struct { Config *ClientCommand // contains filtered or unexported fields }
CertificateAPI interacts keyvault service /api/v*/certificate
type CertificateInitiator ¶
type CertificateInitiator struct {
Config *ClientCommand
}
CertificateInitiator initiates client certificates
func (*CertificateInitiator) Init ¶
func (c *CertificateInitiator) Init() []byte
type ClientCommand ¶
type ClientCommand struct { Action string // which action to take ClientName string // will be used for OU property ConfigDir string // location to store generated certs, tokens Configuration configuration.Configuration // contains filtered or unexported fields }
func (ClientCommand) Print ¶
func (c ClientCommand) Print()
func (*ClientCommand) Run ¶
func (c *ClientCommand) Run()
Click to show internal directories.
Click to hide internal directories.