0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00
caddy/caddy
Matthew Holt 1cfd960f3c Bug fixes and other improvements to TLS functions
Now attempt to staple OCSP even for certs that don't have an existing staple (issue #605). "tls off" short-circuits tls setup function. Now we call getEmail() when setting up an acme.Client that does renewals, rather than making a new account with empty email address. Check certificate expiry every 12 hours, and OCSP every hour.
2016-02-15 23:39:04 -07:00
..
assets Minor test improvements 2015-10-27 12:53:31 -06:00
caddyfile Preserve and clean up original host input in Caddyfile-JSON conversions 2016-01-03 16:46:26 -07:00
https Bug fixes and other improvements to TLS functions 2016-02-15 23:39:04 -07:00
parse gofmt -s; fix misspellings and lint; Go 1.5.3 in Travis CI 2016-02-14 00:10:57 -07:00
setup gofmt -s; fix misspellings and lint; Go 1.5.3 in Travis CI 2016-02-14 00:10:57 -07:00
caddy.go tls: Some bug fixes, basic rate limiting, max_certs setting 2016-02-11 13:48:52 -07:00
caddy_test.go https: Only create ACMEClient if it's actually going to be used 2016-02-11 16:20:59 -07:00
config.go Major refactor of all HTTPS/TLS/ACME code 2016-02-11 00:06:05 -07:00
config_test.go Parser separate scheme/port, refactor config loading 2016-01-03 16:41:29 -07:00
directives.go Merge branch 'master' into getcertificate 2016-02-11 00:06:23 -07:00
directives_test.go making directives externally registerable 2016-02-05 10:03:20 -07:00
helpers.go tls: Some bug fixes, basic rate limiting, max_certs setting 2016-02-11 13:48:52 -07:00
restart.go Fix edge case related to reloaded configs and ACME challenge 2016-02-11 15:37:51 -07:00
restart_windows.go Log restarts 2016-01-25 13:41:51 -07:00
sigtrap.go Remove pidfile when program exits (closes #495) 2016-01-09 21:48:07 -07:00
sigtrap_posix.go Remove pidfile when program exits (closes #495) 2016-01-09 21:48:07 -07:00
sigtrap_windows.go Make signal trapping optional 2015-11-14 21:59:43 -07:00