route53

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: 7 Imported by: 1

Documentation

Overview

Package route53 adapts the libdns Route53 DNS provider for Casket. Importing this package plugs it in.

Index

Constants

View Source
const (
	EnvAccessKeyID     = envNamespace + "ACCESS_KEY_ID"
	EnvSecretAccessKey = envNamespace + "SECRET_ACCESS_KEY"
	EnvRegion          = envNamespace + "REGION"
	EnvMaxRetries      = envNamespace + "MAX_RETRIES"
	EnvAWSProfile      = envNamespace + "PROFILE"
)

Variables

This section is empty.

Functions

func NewDNSProvider

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

NewDNSProvider returns a new Route53 DNS challenge provider. The credentials are detected automatically; see underlying package docs for details: https://github.com/libdns/route53

Types

This section is empty.

Jump to

Keyboard shortcuts

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