lego/providers/dns
James Nugent b2aab0377c dns/route53: Allow specifying hosted zone ID (#345)
* dns/route53: Allow specifying hosted zone ID

This commit adds support for specifying hosted zone ID via the
environment variable AWS_HOSTED_ZONE_ID. If this is not specified, the
previous discovery process is used.

This is useful in environments where multiple hosted zones for the same
domain name are present in an account.

* dns/route53: Fix up getHostedZoneID method params

Now that getHostedZoneID is a method on the DNSProvider struct, there is
no reason for it to take the Route53 client as a parameter - we can
simply use the reference stored in the struct.
2017-07-17 21:50:53 +02:00
..
auroradns Add AuroraDNS-provider 2016-10-16 16:05:54 +02:00
azure Update azure.go (#391) 2017-05-03 16:53:59 +02:00
cloudflare add txt and name to query params, remove Type check 2016-08-22 14:03:32 -05:00
digitalocean Retry logic for dnsQuery 2016-04-12 00:24:11 +01:00
dnsimple Update error messages for DNSimple provider (#373) 2017-04-04 01:41:49 +02:00
dnsmadeeasy Add DNSProvider for DNSMadeEasy (http://dnsmadeeasy.com/) 2016-06-28 22:48:06 +01:00
dnspod Add dns provider for dnspod (#312) 2016-11-14 11:41:37 +01:00
dyn Fixes #199 2016-04-26 22:36:48 -04:00
exoscale Add Exoscale DNS provider (#311) 2016-11-07 08:37:57 +01:00
gandi Add OCSP must staple support 2016-10-27 11:22:10 +02:00
googlecloud RFC: providers/dns: add Service Account authorization option to gcloud (#408) 2017-07-17 21:40:57 +02:00
linode Add support for Linode as a DNS provider. 2016-08-29 12:37:19 -07:00
namecheap Make DNS provider credential-handling more consistent. 2016-03-20 11:40:30 -07:00
ns1 Add NS1 DNS provider. (#295) 2016-10-18 10:20:15 +02:00
ovh lauch go fmt to format the change 2016-06-24 18:23:28 +00:00
pdns Add PowerDNS provider 2016-08-19 18:32:27 +10:00
rackspace Adds support for Rackspace DNS (#309) 2016-11-04 10:29:14 +01:00
rfc2136 Add description for RFC2136 env vars (#385) 2017-04-25 20:01:22 -06:00
route53 dns/route53: Allow specifying hosted zone ID (#345) 2017-07-17 21:50:53 +02:00
vultr fix Vultr API calls (#335) 2016-12-27 00:46:13 +01:00
dns_providers.go RFC: providers/dns: add Service Account authorization option to gcloud (#408) 2017-07-17 21:40:57 +02:00
dns_providers_test.go Extract from CLI the name -> DNS provider mapping (#313) 2016-11-18 14:12:13 +01:00