Created
February 21, 2018 20:15
-
-
Save thomasbnt/2f56f0b9319f092019cb03fa01530981 to your computer and use it in GitHub Desktop.
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
cd /opt | |
sudo git clone https://github.com/letsencrypt/letsencrypt | |
cd /opt/letsencrypt | |
./letsencrypt-auto --apache -d example.com | |
./letsencrypt-auto --apache -d example.com -d www.example.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment