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