Documentation ¶
Index ¶
Constants ¶
View Source
const ( GooglePublicCAProduction = "https://dv.acme-v02.api.pki.goog/directory" GooglePublicCAStaging = "https://dv.acme-v02.test-api.pki.goog/directory" )
google public ca URLs.
Variables ¶
View Source
var ( // Error is the error class for this package. Error errs.Class = "gpublicca" )
Functions ¶
This section is empty.
Types ¶
type GooglePublicCAIssuer ¶
type GooglePublicCAIssuer struct { *certmagic.ACMEIssuer // contains filtered or unexported fields }
GooglePublicCAIssuer makes an ACME issuer for getting certificates from GooglePublicCA by automatically generating EAB credentials.
This issuer is only needed for automatic generation of EAB credentials. If manually configuring EAB credentials, the standard ACMEIssuer may be used if desired.
func New ¶
func New(acmeIss *certmagic.ACMEIssuer, key []byte) *GooglePublicCAIssuer
New initializes a google public CA ACME issuer.
Click to show internal directories.
Click to hide internal directories.