Documentation ¶
Overview ¶
Package acme provides a means of performing Let's Encrypt DNS challenges via a DNSConfig
Index ¶
Constants ¶
View Source
const ( LetsEncryptLive = "https://acme-v02.api.letsencrypt.org/directory" LetsEncryptStage = "https://acme-staging-v02.api.letsencrypt.org/directory" )
Variables ¶
View Source
var IgnoredProviders = map[string]bool{}
IgnoredProviders is a lit of provider names that should not be used to fill challenges.
Functions ¶
This section is empty.
Types ¶
type CertConfig ¶
Click to show internal directories.
Click to hide internal directories.