X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=bin%2Finstall_certs.sh;h=5ef46b0a95bc3eacdf982fe624a9f8f7f400a9ed;hb=caaa41c74f5f0db07e0cfd64de314759fd30625d;hp=dcc12082502d0fbc03a8966f457d945e7b2e5688;hpb=a974ad102ce54aa9e368c3ef43293f1410e2a2ee;p=config diff --git a/bin/install_certs.sh b/bin/install_certs.sh index dcc1208..5ef46b0 100755 --- a/bin/install_certs.sh +++ b/bin/install_certs.sh @@ -3,4 +3,5 @@ set -e set -x -~/letsencrypt/letsencrypt-auto certonly --webroot -w /var/www/html -d dump.plomlompom.com +~/letsencrypt/letsencrypt-auto certonly --standalone -d dump.plomlompom.com +~/letsencrypt/letsencrypt-auto certonly --standalone -d htwtxt.plomlompom.com