Forked from henriquemenezes/caddy-renew-certificates.sh
Created
February 12, 2025 15:58
-
-
Save m4rrc0/b3b5cc44a2ea72b46743cdccccf30628 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