Created
November 23, 2021 04:39
-
-
Save nickpoulos/d6a7fadbdcd67f3060d0094d157c9a51 to your computer and use it in GitHub Desktop.
[Secure Ubuntu With LetsEncrypt SSL] Setup an Ubuntu box with a fresh certificate from LetsEncrypt #bash #ssl #letsencrypt #server
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
#Install Certbot and it’s Nginx plugin with apt | |
sudo apt install certbot python3-certbot-nginx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment