Documentation
¶
Overview ¶
Package transip adapts the libdns TransIP DNS provider for Casket. Importing this package plugs it in.
Index ¶
Constants ¶
View Source
const ( EnvAccountName = envNamespace + "ACCOUNT_NAME" EnvPrivateKeyPath = envNamespace + "PRIVATE_KEY_PATH" )
Variables ¶
This section is empty.
Functions ¶
func NewDNSProvider ¶
func NewDNSProvider(c *casket.Controller) (certmagic.ACMEDNSProvider, error)
NewDNSProvider returns a new TransIP DNS challenge provider. The credentials are interpreted as follows:
len(0): use credentials from environment len(2): credentials[0] = Account Name ------- credentials[1] = Private Key Path
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.