Skip to content

Instantly share code, notes, and snippets.

@kerasai
Created May 30, 2019 14:30
Show Gist options
  • Save kerasai/5bb3a1026efc5912038eb19571921991 to your computer and use it in GitHub Desktop.
Save kerasai/5bb3a1026efc5912038eb19571921991 to your computer and use it in GitHub Desktop.
Let's Encrypt Renewal
certbot certonly --manual --preferred-challenges dns --manual-public-ip-logging-ok -d '*.domain.com' -d domain.com
# update TXT records for authentication
sudo service apache2 reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment