From: Christian Heller Date: Sun, 24 Apr 2016 09:38:28 +0000 (+0200) Subject: Add htwtxt server certificate management. X-Git-Url: https://plomlompom.com/repos/?p=config;a=commitdiff_plain;h=2dc026f19e660a188065b21e3e88edefdea6a983 Add htwtxt server certificate management. --- diff --git a/bin/install_certs.sh b/bin/install_certs.sh index 4833f64..5ef46b0 100755 --- a/bin/install_certs.sh +++ b/bin/install_certs.sh @@ -4,3 +4,4 @@ set -e set -x ~/letsencrypt/letsencrypt-auto certonly --standalone -d dump.plomlompom.com +~/letsencrypt/letsencrypt-auto certonly --standalone -d htwtxt.plomlompom.com