X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=bin%2Finstall_certs.sh;h=5ef46b0a95bc3eacdf982fe624a9f8f7f400a9ed;hb=caaa41c74f5f0db07e0cfd64de314759fd30625d;hp=ea044828e55057d7171be437636a7a55b663f091;hpb=85f1e1508089bbaa01b9a5240f802dd2ac817544;p=config diff --git a/bin/install_certs.sh b/bin/install_certs.sh index ea04482..5ef46b0 100755 --- a/bin/install_certs.sh +++ b/bin/install_certs.sh @@ -3,4 +3,5 @@ set -e set -x -~/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