Does Caddy need to be restarted after renewing my own certificate?

Hi
I’ve recently using Caddy as a reverse proxy with my own certificates
I’m using a script to pull my certificate from Porkbun’s API and provide it to Caddy with the tls directive

When renewing the certificates, will Caddy detect that the certificate files were changed or does the server need to be restarted upon each renewal?

Thanks

You need at least a caddy reload --force

1 Like

Thanks! :slight_smile:

1 Like