Skip to content

Instantly share code, notes, and snippets.

@andrii-kvlnko
Created September 28, 2021 06:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrii-kvlnko/b4cf31bc714188bb2ba9432e63ee8562 to your computer and use it in GitHub Desktop.
Save andrii-kvlnko/b4cf31bc714188bb2ba9432e63ee8562 to your computer and use it in GitHub Desktop.
Install certbot nginx
sudo apt update
sudo add-apt-repository ppa:certbot/certbot
sudo apt install python-certbot-nginx
sudo certbot --nginx -d example.com
sudo certbot renew --dry-run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment