Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MiloudiMohamed/25b74f14f13695811b28bade5fc99be5 to your computer and use it in GitHub Desktop.
Save MiloudiMohamed/25b74f14f13695811b28bade5fc99be5 to your computer and use it in GitHub Desktop.
Caddy force renew certificates
sudo find /var/lib/caddy/.local/share/caddy/certificates -type f -exec rm {} \;
sudo systemctl restart caddy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment