Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CertificateManifest ¶
type CertificateManifest struct { api.Certificate KeyTypeAsString string `json:"key_type"` KeyUsagesAsString []string `json:"key_usages"` ExpiresAsString string `json:"expires"` IssuerAsString string `json:"issuer"` Filename string `json:"filename"` }
CertificateManifest is used to unmarshal the certificate YAML document.
Click to show internal directories.
Click to hide internal directories.