cloudns

package
v0.0.0-...-40b53ba Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2022 License: Apache-2.0, MIT Imports: 6 Imported by: 0

README

ClouDNS DNS01 Client

This was basically taken straight out of lego.

It has been modified to not alter the domain and value of the record to be presented, to make it work with cert-manager.

The original source (version copied) can be found here.

Documentation

Overview

Package cloudns implements a DNS provider for solving the DNS-01 challenge using ClouDNS DNS.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	AuthID       string
	AuthIDType   string
	AuthPassword string
	TTL          int
	HTTPClient   *http.Client
}

Config is used to configure the creation of the DNSProvider

func NewDefaultConfig

func NewDefaultConfig() *Config

NewDefaultConfig returns a default configuration for the DNSProvider

type DNSProvider

type DNSProvider struct {
	// contains filtered or unexported fields
}

DNSProvider is an implementation of the acme.ChallengeProvider interface

func NewDNSProvider

func NewDNSProvider() (*DNSProvider, error)

NewDNSProvider returns a DNSProvider instance configured for ClouDNS. Credentials must be passed in the environment variables: CLOUDNS_AUTH_ID and CLOUDNS_AUTH_PASSWORD.

func NewDNSProviderConfig

func NewDNSProviderConfig(config *Config) (*DNSProvider, error)

NewDNSProviderConfig return a DNSProvider instance configured for ClouDNS.

func (*DNSProvider) CleanUp

func (d *DNSProvider) CleanUp(fqdn, keyAuth string) error

CleanUp removes the TXT record matching the specified parameters.

func (*DNSProvider) Present

func (d *DNSProvider) Present(fqdn, value string) error

Present creates a TXT record to fulfill the dns-01 challenge.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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