lego/acme
Tommie Gannert e32b9abfb2 Remove ObtainCertificates and rename ObtainSANCertificate to ObtainCertificate.
Also removes revokation abilities from RenewCertificate.

Makes the API more orthogonal. These things are not provided by the
ACME protocol, but were convenience helpers.
2015-12-05 22:07:12 +00:00
..
client.go Remove ObtainCertificates and rename ObtainSANCertificate to ObtainCertificate. 2015-12-05 22:07:12 +00:00
client_test.go Replace exponential back-off in validate with Retry-After header. 2015-12-05 21:32:53 +00:00
crypto.go Merge pull request #30 from xenolf/add-san-cert 2015-11-18 22:07:54 +01:00
crypto_test.go Initial support for SAN certificates 2015-11-11 01:01:15 +01:00
dns_challenge.go Rename simple_https to simple_http and add minimal interface implementation 2015-06-11 00:17:52 +02:00
error.go Removed unused functions, more consistent/readable debugging 2015-11-06 23:22:32 -07:00
http_challenge.go Split off tests for validate, simplifying HTTP-01 and TLS-SNI-01 tests. 2015-12-05 15:09:29 +00:00
http_challenge_test.go Split off tests for validate, simplifying HTTP-01 and TLS-SNI-01 tests. 2015-12-05 15:09:29 +00:00
jws.go Move back to square/go-jose (reverted from commit cae6d59e19) 2015-11-18 21:15:49 +01:00
messages.go WIP TLS-SNI-01 2015-11-22 19:31:16 +01:00
pop_challenge.go Add remaining challenge types. 2015-06-11 00:11:58 +02:00
tls_sni_challenge.go Split off tests for validate, simplifying HTTP-01 and TLS-SNI-01 tests. 2015-12-05 15:09:29 +00:00
tls_sni_challenge_test.go Split off tests for validate, simplifying HTTP-01 and TLS-SNI-01 tests. 2015-12-05 15:09:29 +00:00