# Packages

Package acme provides [LEGO] related utility functions.

# 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
FetchCertificates fetches X.509 certificates from the given URL.
IsIssuedBy checks whether the given certificate has been issued/signed by the given issuer certificate.
IsRoot checks whether the given certificate is a root certificate.
No description provided by the author
No description provided by the author
NewACMECertificateFactory creates a new certificate factory for ACME based certificates.
NewLocalCertificateFactory creates a new certificate factory for locally issued certificates.
NewLocalRevocationListFactory creates a new revocation list factory for locally issued certificates.
NewRemoteCertificateFactory creates a new certificate factory for request based certificates.
NewRemoteCertificateRequestFactory creates a new certificate request factory for remotely signed certificates.
ParseDN parses a X.509 certificate's Distinguished Name (DN) attribute.
No description provided by the author
ReadCertificates reads X.509 certificates from the given [io.Reader].
ReadCertificatesFile reads X.509 certificates from the given file name.
ServerCertificates gets the X.509 certificates used for encrypting the connection to the given server.
WriteCertificatesDER writes X.509 certificates in DER format to the given [io.Writer].
WriteCertificatesDERFile writes X.509 certificates in DER format to the given file.
WriteCertificatesPEM writes X.509 certificates in PEM format to the given [io.Writer].
WriteCertificatesPEMFile writes X.509 certificates in PEM format to the given file name.

# Constants

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
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

# Interfaces

CertificateFactory interface provides a unified way to create X.509 certificates.
CertificateRequestFactory interface provides a unified way to create X.509 certificate requests.
RevocationListFactory interface provides a unified way to create X.509 revocation lists.