Update letsencrypt.sh

This commit is contained in:
FusionPBX 2017-05-21 00:20:03 -06:00 committed by GitHub
parent ee5a80a560
commit a69a40f2d5
1 changed files with 3 additions and 3 deletions

View File

@ -44,9 +44,9 @@ apt-get update && apt-get upgrade
apt-get install certbot -t jessie-backports
#install letsencrypt
#git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt
#chmod 755 /opt/letsencrypt/certbot-auto
#/opt/letsencrypt/./certbot-auto
git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt
chmod 755 /opt/letsencrypt/certbot-auto
/opt/letsencrypt/./certbot-auto
#make the directories
mkdir -p /etc/letsencrypt/configs