# Variables
OSCPMustStaple enables OSCP stapling as from https://github.com/xenolf/lego/issues/270.
# Structs
Account is used to store lets encrypt registration info.
ACME allows to connect to lets encrypt and retrieve certs.
Certificate is used to store certificate info.
ChallengeCert stores a challenge certificate.
DNSChallenge contains DNS challenge Configuration.
Domain holds a domain name with SANs.
DomainsCertificate contains a certificate for multiple domains.
DomainsCertificates stores a certificate for multiple domains.
HTTPChallenge contains HTTP challenge Configuration.
LocalStore is a store using a file as storage.
# Type aliases
Domains parse []Domain.