Pārlūkot izejas kodu

guess proper cert if mail subdomain not available

pull/77/head
Luke Smith pirms 3 gadiem
vecāks
revīzija
7295f6ae81
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: 4C50B54A911F6252
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. +3
    -1
      emailwiz.sh

+ 3
- 1
emailwiz.sh Parādīt failu

@@ -42,7 +42,9 @@ subdom="mail"
maildomain="$subdom.$domain"
certdir="/etc/letsencrypt/live/$maildomain"

[ ! -d "$certdir" ] && echo "Note! You must first have a HTTPS/SSL Certificate for $maildomain.
[ ! -d "$certdir" ] && certdir="$(dirname "$(certbot certificates 2>/dev/null | grep "$maildomain" -A 2 | awk '/Certificate Path/ {print $3}')")"

[ ! -d "$certdir" ] && echo "Note! You must first have a Let's Encrypt Certbot HTTPS/SSL Certificate for $maildomain.

Use Let's Encrypt's Certbot to get that and then rerun this script.



Notiek ielāde…
Atcelt
Saglabāt