You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deploy: force-recreate caddy container so new vhosts get certs
Reloading Caddy in-place did not trigger ACME issuance for the new
api/console/docs vhosts on the last deploy — the reload command
succeeded but no certs were ever obtained, so the new hostnames
returned a TLS internal_error alert.
Recreate the container after every deploy (volume persists, so
existing certs are kept) and dump a non-access-log slice of Caddy
logs + the on-disk cert inventory. Also runs caddy validate up front
so a syntax error aborts the deploy instead of silently leaving the
old config in place.
0 commit comments