remove / from Let's Encrypt domain

This commit is contained in:
Daniel Hansson 2017-01-16 19:51:55 +01:00 committed by GitHub
parent e26e57601f
commit f36bc2faaa

View File

@ -171,7 +171,7 @@ sudo service apache2 stop
cd /etc
git clone https://github.com/certbot/certbot.git
cd /etc/certbot
./letsencrypt-auto certonly --agree-tos --standalone -d $EDITORDOMAIN
./letsencrypt-auto certonly --agree-tos --standalone -d $CLEANDOMAIN
# Check if $certfiles exists
if [ -d "$HTTPS_CONF" ]
then