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