Created
September 28, 2021 06:44
-
-
Save andrii-kvlnko/b4cf31bc714188bb2ba9432e63ee8562 to your computer and use it in GitHub Desktop.
Install certbot nginx
This file contains 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
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