Documentation ¶
Index ¶
Constants ¶
View Source
const ( Info string = "info" Key string = "key" Cert string = "certificate" CertChain string = "certificate-chain" PKCS12 string = "pkcs12" PKCS12Chain string = "pkcs12-chain" )
View Source
const ( MimeTypeInfo string = "application/json" MimeTypeKey string = "application/x-pem-file" MimeTypeCert string = "application/x-pem-file" MimeTypeCertChain string = "application/x-pem-file" MimeTypePKCS12 string = "application/x-pkcs12" MimeTypePKCS12Chain string = "application/x-pkcs12" )
View Source
const ( FilenameInfo string = "certificate.json" FilenameKey string = "certificate.key" FilenameCert string = "certificate.crt" FilenameCertChain string = "certificate-chain.crt" FilenamePKCS12 string = "certificate.pfx" FilenamePKCS12Chain string = "certificate-chain.pfx" )
View Source
const APIKeySize = sha256.Size
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIKey ¶
type APIKey [APIKeySize]byte
func (APIKey) MarshalText ¶
func (*APIKey) UnmarshalText ¶
type CertService ¶ added in v0.0.21
Click to show internal directories.
Click to hide internal directories.