lego/acme
2016-02-14 16:57:06 +01:00
..
challenges.go Refactor challenge providers to new ChallengeProvider interface 2016-01-24 16:10:50 -05:00
client.go Take the magic out of defaulting to the Server implementations of HTTP-01 and TLS-SNI-01 2016-02-14 16:57:06 +01:00
client_test.go Refactor challenge providers to new ChallengeProvider interface 2016-01-24 16:10:50 -05:00
crypto.go GetOCSPCert should fail if there are no OCSP servers in the cert. 2016-02-06 23:19:32 -07:00
crypto_test.go Initial support for SAN certificates 2015-11-11 01:01:15 +01:00
dns_challenge.go Validation domain may be a CNAME or delegated to another NS 2016-02-10 16:56:50 +01:00
dns_challenge_cloudflare.go Move toFqdn and unFqdn into a shared place (see GH-84) 2016-01-26 16:37:50 +01:00
dns_challenge_cloudflare_test.go Refactor challenge providers to new ChallengeProvider interface 2016-01-24 16:10:50 -05:00
dns_challenge_digitalocean.go Use http.DefaultClient 2016-01-27 20:43:51 -07:00
dns_challenge_digitalocean_test.go Add DigitalOcean DNS provider 2016-01-26 17:57:55 -07:00
dns_challenge_dnsimple.go DNSimpleProvider: Fix wrong record deletion 2016-01-30 22:14:29 +01:00
dns_challenge_dnsimple_test.go Move toFqdn and unFqdn into a shared place (see GH-84) 2016-01-26 16:37:50 +01:00
dns_challenge_manual.go Refactor challenge providers to new ChallengeProvider interface 2016-01-24 16:10:50 -05:00
dns_challenge_rfc2136.go Allow to specify RFC2136_NAMESERVER without the port. 2016-02-13 18:46:32 +01:00
dns_challenge_rfc2136_test.go Allow to specify the TSIG algorithm for RFC2136 DNS-01 authentication. 2016-02-13 18:46:28 +01:00
dns_challenge_route53.go Merge pull request #116 from janeczku/dns-check 2016-02-11 02:50:28 +01:00
dns_challenge_route53_test.go Resolve issue where the route53 tests would take 30secs to complete. 2016-02-14 00:55:03 +01:00
dns_challenge_test.go Validation domain may be a CNAME or delegated to another NS 2016-02-10 16:56:50 +01:00
error.go Fix gofmt errors 2015-12-24 10:57:09 +02:00
http.go httpHead: return error before referencying resp.Body 2016-02-06 15:06:42 -05:00
http_challenge.go Take the magic out of defaulting to the Server implementations of HTTP-01 and TLS-SNI-01 2016-02-14 16:57:06 +01:00
http_challenge_server.go Move the HTTP-01 and TLS-SNI-01 default solvers to a more unified layout. 2016-02-14 16:56:14 +01:00
http_challenge_test.go Refactor challenge providers to new ChallengeProvider interface 2016-01-24 16:10:50 -05:00
http_test.go Couple more tests to ensure right method is being used 2016-01-13 18:49:25 -07:00
jws.go Implement custom User-Agent string 2015-12-30 15:01:21 -07:00
messages.go Refactor challenge providers to new ChallengeProvider interface 2016-01-24 16:10:50 -05:00
pop_challenge.go Add remaining challenge types. 2015-06-11 00:11:58 +02:00
provider.go Refactor challenge providers to new ChallengeProvider interface 2016-01-24 16:10:50 -05:00
tls_sni_challenge.go Take the magic out of defaulting to the Server implementations of HTTP-01 and TLS-SNI-01 2016-02-14 16:57:06 +01:00
tls_sni_challenge_server.go Move the HTTP-01 and TLS-SNI-01 default solvers to a more unified layout. 2016-02-14 16:56:14 +01:00
tls_sni_challenge_test.go Refactor challenge providers to new ChallengeProvider interface 2016-01-24 16:10:50 -05:00