Created
March 7, 2022 15:54
-
-
Save henriquemenezes/78037163776f5f565c4f236ea64dda5f 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