X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/calendar?a=blobdiff_plain;f=all_new_2018%2Fletsencrypt_local_set.sh;h=7030b575e0f5009f747cae08866473909ca02b75;hb=93bc7a4f2c50f2fba16bdf7e07068da3c0200c52;hp=a7ec6e50451550af30a90591fdd7ff31128eaf2f;hpb=f2a01cfd1fb4fc2510ce1df00def189a10be42d7;p=config diff --git a/all_new_2018/letsencrypt_local_set.sh b/all_new_2018/letsencrypt_local_set.sh index a7ec6e5..7030b57 100755 --- a/all_new_2018/letsencrypt_local_set.sh +++ b/all_new_2018/letsencrypt_local_set.sh @@ -6,7 +6,7 @@ if [ $# -lt 1 ]; then echo "Need mail address as argument." false fi -mail_address="$1" +domain="$1" # If port 80 blocked by iptables, open it. set +e @@ -18,7 +18,7 @@ if [ "${open_iptables}" -eq "1" ]; then fi # Create new certificate and copy it to /etc/letsencrypt. -certbot certonly --standalone --agree-tos -m "${mail}" -d "$(hostname -f)" +certbot certonly --standalone --agree-tos -m "${mail_address}" -d "$(hostname -f)" # Remove iptables rule to open port 80 if we added it. if [ "${open_iptables}" -eq "1" ]; then