lego/acme
Matthew Holt 71d0e8db6f Bind to domain:port to solve simple HTTP
This way it doesn't conflict with other processes bound to 0.0.0.0 on the same port. Refactored tests to use 127.0.0.1 instead of a bogus domain, since it must resolve to localhost to pass.
2015-11-03 12:13:20 -07:00
..
client.go Add TOSError and change ObtainCertificates to return errors by domain. 2015-11-02 01:01:00 +01:00
client_test.go Replaced fatal with print; return errors from NewClient 2015-10-27 17:00:42 -06:00
crypto.go Close leaky file descriptors 2015-10-30 15:38:59 -06:00
crypto_test.go Support for RecoveryKey (not enabled). But not supported server side... 2015-10-23 16:24:02 +02:00
dns_challenge.go Rename simple_https to simple_http and add minimal interface implementation 2015-06-11 00:17:52 +02:00
dvsni_challenge.go Re-organized SimpleHTTPTests and expanded them a bit 2015-10-30 13:13:34 +01:00
error.go Add TOSError and change ObtainCertificates to return errors by domain. 2015-11-02 01:01:00 +01:00
jws.go Change Content-Type of JWS posts. 2015-10-28 23:42:57 +01:00
messages.go Add initial support for certificate bundling 2015-10-24 03:55:18 +02:00
pop_challenge.go Add remaining challenge types. 2015-06-11 00:11:58 +02:00
simple_http_challenge.go Bind to domain:port to solve simple HTTP 2015-11-03 12:13:20 -07:00
simple_http_challenge_test.go Bind to domain:port to solve simple HTTP 2015-11-03 12:13:20 -07:00