Last active
July 21, 2020 00:21
-
-
Save jackbillstrom/fa7f4efc9abfc17a7e94972e31b4680f to your computer and use it in GitHub Desktop.
How to renew a expired Let's Encrypt certificate via certbot
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
# This command will be generating a TXT-string you'll need to enter into your "_acme-challenge.example.se" | |
# When the new DNS post is live, you'll want to press ENTER in your shell to complete setup. | |
# My setup is a Debian machine with Apache as Web Server with virtualhosts. | |
sudo certbot-auto --server https://acme-v02.api.letsencrypt.org/directory -d "*.example.se" --preferred-challenges dns-01 certonly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment