From f36bc2faaa684e5aff4956ca3185fa59180e135c Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Mon, 16 Jan 2017 19:51:55 +0100 Subject: [PATCH] remove / from Let's Encrypt domain --- static/collabora.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/collabora.sh b/static/collabora.sh index b96b64ac..9d65704b 100644 --- a/static/collabora.sh +++ b/static/collabora.sh @@ -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