Skip to content

Instantly share code, notes, and snippets.

@kerasai
Created May 30, 2019 14:30
Show Gist options
  • Save kerasai/db0ad8a89e643d5ec250e9b8a3351ac2 to your computer and use it in GitHub Desktop.
Save kerasai/db0ad8a89e643d5ec250e9b8a3351ac2 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