get certs via lets encrypt
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
#first time setup only | |
sudo apt-get install git | |
sudo git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt | |
# I had to restart apache with a stubbed *.443 section, do this, and then | |
# add the SSL* directives in. | |
sudo -H ./letsencrypt-auto certonly --standalone -d example.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment