Forked from henriquemenezes/caddy-renew-certificates.sh
Created
October 9, 2023 18:22
-
-
Save MiloudiMohamed/25b74f14f13695811b28bade5fc99be5 to your computer and use it in GitHub Desktop.
Caddy force renew certificates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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