Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CLIHandler ¶ added in v0.2.0
type CLIHandler struct{}
func (*CLIHandler) Help ¶ added in v0.2.0
func (h *CLIHandler) Help() string
type CRLInfo ¶ added in v0.4.0
type CRLInfo struct {
Serials map[string]RevokedSerialInfo `json:"serials" structs:"serials" mapstructure:"serials"`
}
type CertEntry ¶
type CertEntry struct { Name string Certificate string DisplayName string Policies []string TTL time.Duration MaxTTL time.Duration Period time.Duration AllowedNames []string AllowedCommonNames []string AllowedDNSSANs []string AllowedEmailSANs []string AllowedURISANs []string RequiredExtensions []string BoundCIDRs []*sockaddr.SockAddrMarshaler }
type ParsedCert ¶
type ParsedCert struct { Entry *CertEntry Certificates []*x509.Certificate }
ParsedCert is a certificate that has been configured as trusted
type RevokedSerialInfo ¶ added in v0.4.0
type RevokedSerialInfo struct { }
Click to show internal directories.
Click to hide internal directories.