EXTRA_SETTINGS_FILE can be - for stdin
-e EMAIL Contact address for let's encrypt. Default is
- root@\$(hostname -A|awk '{print $1}')
- which is root@$(hostname -A|awk '{print $1}') on this host.
+ root@\$(hostname --fqdn')
+ which is root@$(hostname --fqdn) on this host.
-f [ADDR:]PORT Enable proxy to [ADDR:]PORT. ADDR default is 127.0.0.1
-i Insecure, no ssl.
-p PORT Main port to listen on, default 443. 80 implies -i.
fi
if [[ ! $email ]]; then
- email=root@$(hostname -A|awk '{print $1}')
+ email=root@$(hostname --fqdn)
fi