Skip to content

Instantly share code, notes, and snippets.

@henriquemenezes
Created March 7, 2022 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save henriquemenezes/78037163776f5f565c4f236ea64dda5f to your computer and use it in GitHub Desktop.
Save henriquemenezes/78037163776f5f565c4f236ea64dda5f 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