Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertConfig ¶
type CertConfig struct {
Ed25519Key bool
IsCA bool
RsaBits int
EcdsaCurve string
ValidFrom string
KeyLocation string
CertLocation string
ValidFor time.Duration
Hosts []string
}
func (*CertConfig) CertCheck ¶
func (config *CertConfig) CertCheck() error
func (*CertConfig) Defaults ¶
func (config *CertConfig) Defaults()
func (CertConfig) Generate ¶
func (config CertConfig) Generate() error
Click to show internal directories.
Click to hide internal directories.