mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-24 01:26:47 +01:00
55601d3ec2
Before, Caddy couldn't support graceful (zero-downtime) restarts when the reloaded Caddyfile had a host in it that was elligible for a LE certificate because the port was already in use. This commit makes it possible to do zero-downtime reloads and issue certificates for new hosts that need it. Supports only http-01 challenge at this time.
OCSP stapling is improved in that it updates before the expiration time when the validity window has shifted forward. See
|
||
---|---|---|
.. | ||
assets | ||
caddyfile | ||
letsencrypt | ||
parse | ||
setup | ||
caddy.go | ||
caddy_test.go | ||
config.go | ||
config_test.go | ||
directives.go | ||
helpers.go | ||
restart.go | ||
restart_windows.go | ||
sigtrap.go | ||
sigtrap_posix.go | ||
sigtrap_windows.go |