Documentation ¶
Overview ¶
Package namecheap adapts the libdns NameCheap DNS provider for Casket. Importing this package plugs it in.
Index ¶
Constants ¶
View Source
const ( EnvAPIUser = envNamespace + "API_USER" EnvAPIKey = envNamespace + "API_KEY" EnvSandbox = envNamespace + "SANDBOX" )
Variables ¶
This section is empty.
Functions ¶
func NewDNSProvider ¶
func NewDNSProvider(c *casket.Controller) (certmagic.ACMEDNSProvider, error)
NewDNSProvider returns a new NameCheap DNS challenge provider. The credentials are interpreted as follows:
len(0): use credentials from environment or configuration block len(2): credentials[0] = API user ------- credentials[1] = API key
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.