Last active
September 25, 2021 11:14
-
-
Save darkmavis1980/41025a87ed369adf7e24dc2b02224c96 to your computer and use it in GitHub Desktop.
Renew Certbot certificate
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
# renew with dry run | |
certbot renew --dry-run | |
# get challenge | |
certbot -d domain.com --manual --preferred-challenges dns certonly | |
# install certificate | |
certbot --nginx -d domain.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment