home · contact · privacy
WIP.
[config] / all_new_2018 / letsencrypt_local_set.sh
index a7ec6e50451550af30a90591fdd7ff31128eaf2f..a308ddcc444c58eba27d9ca7130ea393e2fab729 100755 (executable)
@@ -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