Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cert ¶
type Cert struct { CertConfig CertData `yaml:"certificate"` PrivateKey interface{} CertTemplate *x509.Certificate CertBytes []byte Signers []string // contains filtered or unexported fields }
type CertData ¶
type CertData struct { Id string `yaml:"id"` CA bool `yaml:"ca"` Parent string `yaml:"parent"` KeyType string `yaml:"keytype"` KeyLength int `yaml:"keylength"` HashAlg string `yaml:"hashalg"` AltNames []string `yaml:"altnames"` DateFrom string `yaml:"validfrom"` DateTo string `yaml:"validto"` Pkix PkixData `yaml:"pkix"` Usage []string `yaml:"usage"` }
Click to show internal directories.
Click to hide internal directories.