lego/providers/dns
Ludovic Fernandez 42941ccea6
Refactor the core of the lib (#700)
- Packages
- Isolate code used by the CLI into the package `cmd`
- (experimental) Add e2e tests for HTTP01, TLS-ALPN-01 and DNS-01, use [Pebble](https://github.com/letsencrypt/pebble) and [challtestsrv](https://github.com/letsencrypt/boulder/tree/master/test/challtestsrv) 
- Support non-ascii domain name (punnycode)
- Check all challenges in a predictable order
- No more global exported variables
- Archive revoked certificates
- Fixes revocation for subdomains and non-ascii domains
- Disable pending authorizations
- use pointer for RemoteError/ProblemDetails
- Poll authz URL instead of challenge URL
- The ability for a DNS provider to solve the challenge sequentially
- Check all nameservers in a predictable order
- Option to disable the complete propagation Requirement
- CLI, support for renew with CSR
- CLI, add SAN on renew
- Add command to list certificates.
- Logs every iteration of waiting for the propagation
- update DNSimple client
- update github.com/miekg/dns
2018-12-06 22:50:17 +01:00
..
acmedns Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
alidns Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
auroradns Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
azure Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
bluecat Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
cloudflare Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
cloudxns Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
conoha Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
digitalocean Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
dnsimple Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
dnsmadeeasy Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
dnspod Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
dreamhost Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
duckdns Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
dyn Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
exec Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
exoscale Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
fastdns Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
gandi Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
gandiv5 Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
gcloud Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
glesys Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
godaddy Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
hostingde Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
httpreq Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
iij Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
inwx Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
lightsail Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
linode Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
linodev4 Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
mydnsjp Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
namecheap Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
namedotcom Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
netcup Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
nifcloud Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
ns1 Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
otc Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
ovh Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
pdns Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
rackspace Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
rfc2136 Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
route53 Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
sakuracloud Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
selectel Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
stackpath Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
transip Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
vegadns Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
vscale Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
vultr Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
dns_providers.go Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
dns_providers_test.go enhance the WithLiveTestRequirements algorithm (#681) 2018-10-18 22:32:00 +02:00