# Functions
ConvertToNewFormat converts old acme.json format to the new one and store the result into the file (used for the backward compatibility).
FromNewToOldFormat converts new acme.json format to the old one (used for the backward compatibility).
NewAccount creates an account.
NewLocalStore create a LocalStore.
# 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 Deprecated Please use provider/acme/Provider.
Certificate is used to store certificate info.
ChallengeCert stores a challenge certificate.
DomainsCertificate contains a certificate for multiple domains.
DomainsCertificates stores a certificate for multiple domains.
LocalStore is a store using a file as storage.