mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
remove / from Let's Encrypt domain
This commit is contained in:
parent
e26e57601f
commit
f36bc2faaa
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user