Documentation ¶
Overview ¶
Package ovh adapts the lego OVH DNS provider for Caddy. Importing this package plugs it in.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDNSProvider ¶
func NewDNSProvider(credentials ...string) (caddytls.ChallengeProvider, error)
NewDNSProvider returns a new OVH DNS challenge provider. The credentials are interpreted as follows:
len(0): use credentials from environment len(4): credentials[0] = API Endpoint
credentials[1] = Application Key credentials[2] = Application Secret credentials[3] = Consumer Key
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.