提交 2cc3ecd7 authored 作者: Ken Rice's avatar Ken Rice

FS-8933 WIP few more tweaks

上级 471e4453
...@@ -101,7 +101,7 @@ is_private_ip() { ...@@ -101,7 +101,7 @@ is_private_ip() {
} }
verify_ip_fqdn() { verify_ip_fqdn() {
DNSIP=`dig +noall +answer @4.2.2.2 $FQDN | cut -d' ' -f3` DNSIP=`dig +noall +answer @4.2.2.2 $FQDN | awk '{print $5}'`
dialog --title "NO DNS For this FQDN" --clear \ dialog --title "NO DNS For this FQDN" --clear \
--menu "The FQDN and IP Address do not match what is available in Public DNS Servers." 15 60 5 \ --menu "The FQDN and IP Address do not match what is available in Public DNS Servers." 15 60 5 \
...@@ -164,7 +164,7 @@ install_certs() { ...@@ -164,7 +164,7 @@ install_certs() {
NEED_CERTS_INSTALL=0 NEED_CERTS_INSTALL=0
else else
echo "Renewing LetsEncrypt Certs as they will expire in the next 30 days." echo "Renewing LetsEncrypt Certs as they will expire in the next 30 days."
./letsencrypt-auto renew ./letsencrypt-auto renew --manual-public-ip-logging-ok
fi fi
else else
echo "Setting up LetsEncrypt and getting you some nice new Certs for this Server." echo "Setting up LetsEncrypt and getting you some nice new Certs for this Server."
...@@ -264,7 +264,7 @@ if [ "x$PRIVIP" != "x$IPADDR" ]; then ...@@ -264,7 +264,7 @@ if [ "x$PRIVIP" != "x$IPADDR" ]; then
elif [ $VIPFQDN -eq 1 ]; then elif [ $VIPFQDN -eq 1 ]; then
echo "Skipping LetsEncrypt\n" echo "Skipping LetsEncrypt\n"
else else
get_dletsencrypt get_letsencrypt
install_certs install_certs
fi fi
else else
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论