it makes elegant sense in my head
This commit is contained in:
parent
1793233157
commit
548d547949
@ -52,7 +52,9 @@ done
|
|||||||
possiblecert="$(certbot certificates 2>/dev/null | grep "Domains:\.* $maildomain\(\s\|$\)" -A 2 | awk '/Certificate Path/ {print $3}' | head -n1)" &&
|
possiblecert="$(certbot certificates 2>/dev/null | grep "Domains:\.* $maildomain\(\s\|$\)" -A 2 | awk '/Certificate Path/ {print $3}' | head -n1)" &&
|
||||||
certdir="${possiblecert%/*}"
|
certdir="${possiblecert%/*}"
|
||||||
|
|
||||||
[ ! -d "$certdir" ] && case "$(netstat -tulpn | grep ":80\s")" in
|
[ ! -d "$certdir" ] &&
|
||||||
|
certdir="/etc/letsencrypt/live/$maildomain" &&
|
||||||
|
case "$(netstat -tulpn | grep ":80\s")" in
|
||||||
*nginx*)
|
*nginx*)
|
||||||
apt install -y python3-certbot-nginx
|
apt install -y python3-certbot-nginx
|
||||||
certbot -d "$maildomain" certonly --nginx --register-unsafely-without-email --agree-tos
|
certbot -d "$maildomain" certonly --nginx --register-unsafely-without-email --agree-tos
|
||||||
|
Loading…
Reference in New Issue
Block a user