package
0.0.0-20231023160756-7bee2ce54a71
Repository: https://github.com/celtech/acme.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParsePEMBundle parses a certificate bundle from top to bottom and returns a slice of x509 certificates.
ParsePEMCertificate returns Certificate from a PEM encoded certificate.
ParsePEMPrivateKey parses a private key from key, which is a PEM block.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

Constants for all key types we support.
Constants for all key types we support.
OCSPGood means that the certificate is valid.
OCSPRevoked means that the certificate has been deliberately revoked.
OCSPServerFailed means that the OCSP responder failed to process the request.
OCSPUnknown means that the OCSP responder doesn't know about the certificate.
Constants for all key types we support.
Constants for all key types we support.
Constants for all key types we support.

# Type aliases

No description provided by the author
KeyType represents the key algo as well as the key size or curve to use.