ovh

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 1, 2024 License: MIT Imports: 6 Imported by: 1

Documentation

Overview

Package ovh adapts the libdns OVH DNS provider for Casket. Importing this package plugs it in.

Index

Constants

View Source
const (
	EnvEndpoint          = envNamespace + "ENDPOINT"
	EnvApplicationKey    = envNamespace + "APPLICATION_KEY"
	EnvApplicationSecret = envNamespace + "APPLICATION_SECRET"
	EnvConsumerKey       = envNamespace + "CONSUMER_KEY"
)

Variables

This section is empty.

Functions

func NewDNSProvider

func NewDNSProvider(c *casket.Controller) (certmagic.ACMEDNSProvider, error)

NewDNSProvider returns a new OVH DNS challenge provider. The credentials are interpreted as follows:

len(0): use credentials from environment or configuration block len(4): credentials[0] = API Endpoint ------- credentials[1] = Application Key ------- credentials[2] = Application Secret ------- credentials[3] = Consumer Key

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL