Documentation ¶
Overview ¶
Package linode adapts the libdns Linode DNS provider for Casket. Importing this package plugs it in.
Index ¶
Constants ¶
View Source
const (
EnvToken = envNamespace + "TOKEN"
)
Variables ¶
This section is empty.
Functions ¶
func NewDNSProvider ¶
func NewDNSProvider(c *casket.Controller) (certmagic.ACMEDNSProvider, error)
NewDNSProvider returns a new Linode 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.