clouddns

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: May 1, 2019 License: Apache-2.0, MIT Imports: 9 Imported by: 0

Documentation

Overview

Package clouddns implements a DNS provider for solving the DNS-01 challenge using Google Cloud DNS.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DNSProvider

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

DNSProvider is an implementation of the DNSProvider interface.

func NewDNSProvider

func NewDNSProvider(project string, saBytes []byte, dns01Nameservers []string, ambient bool) (*DNSProvider, error)

func NewDNSProviderCredentials

func NewDNSProviderCredentials(project string, dns01Nameservers []string) (*DNSProvider, error)

NewDNSProviderCredentials uses the supplied credentials to return a DNSProvider instance configured for Google Cloud DNS.

func NewDNSProviderEnvironment added in v0.5.0

func NewDNSProviderEnvironment(dns01Nameservers []string) (*DNSProvider, error)

NewDNSProviderEnvironment returns a DNSProvider instance configured for Google Cloud DNS. Project name must be passed in the environment variable: GCE_PROJECT. A Service Account file can be passed in the environment variable: GCE_SERVICE_ACCOUNT_FILE

func NewDNSProviderServiceAccount

func NewDNSProviderServiceAccount(project string, saFile string, dns01Nameservers []string) (*DNSProvider, error)

NewDNSProviderServiceAccount uses the supplied service account JSON file to return a DNSProvider instance configured for Google Cloud DNS.

func NewDNSProviderServiceAccountBytes

func NewDNSProviderServiceAccountBytes(project string, saBytes []byte, dns01Nameservers []string) (*DNSProvider, error)

NewDNSProviderServiceAccountBytes uses the supplied service account JSON file data to return a DNSProvider instance configured for Google Cloud DNS.

func (*DNSProvider) CleanUp

func (c *DNSProvider) CleanUp(domain, fqdn, value string) error

CleanUp removes the TXT record matching the specified parameters.

func (*DNSProvider) Present

func (c *DNSProvider) Present(domain, fqdn, value string) error

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

Jump to

Keyboard shortcuts

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