# Functions
DecodeCertificate decodes the certificate as returned by the [LEGO client].
DecodeCertificates decodes the certificate information (private key and certificate) as returned by the [LEGO client].
DecodePrivateKey decodes the private key as returned by the [LEGO client].
LoadConfig loads a configuration from the given file.
# Structs
A CertificateRequest provides the necessary ACME parameters for obtaining a certificate.
A Config defines the available ACME providers as well as the obtainable domains including their challenge types.
A DomainConfig defines a domain pattern as well as the challenge types for the matching domains.
A Http01ChallengeConfig configures the HTTP-01 challenge type for domain validation.
A ProviderConfig defines an ACME provider.
A ProviderRegistration contains an ACME provider's registration information.
No description provided by the author