Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jackbillstrom
Last active July 21, 2020 00:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackbillstrom/fa7f4efc9abfc17a7e94972e31b4680f to your computer and use it in GitHub Desktop.
Save jackbillstrom/fa7f4efc9abfc17a7e94972e31b4680f to your computer and use it in GitHub Desktop.
How to renew a expired Let's Encrypt certificate via certbot
# 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