Add mathebau.de to certificate
This commit is contained in:
parent
2dda609464
commit
bdd88e748b
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ in {
|
||||||
tls.implicit = true;
|
tls.implicit = true;
|
||||||
};
|
};
|
||||||
"management" = {
|
"management" = {
|
||||||
# Cthulhu forwards requests for http://fb04184.mathematik.tu-darmstadt.de/.well-known/acme-challenge/ http://imap.mathebau.de/.well-known/acme-challenge/ and http://smtp.mathebau.de/.well-known/acme-challenge/
|
# Cthulhu forwards requests for http://fb04184.mathematik.tu-darmstadt.de/.well-known/acme-challenge/ http://imap.mathebau.de/.well-known/acme-challenge/ and http://smtp.mathebau.de/.well-known/acme-challenge/ and http://mathebau.de/.well-known/acme-challenge/
|
||||||
# for TLS certificate challenge validation
|
# for TLS certificate challenge validation
|
||||||
# whereas the rest of the management interface is not available publically.
|
# whereas the rest of the management interface is not available publically.
|
||||||
# It can be reached via SSH and portforwarding.
|
# It can be reached via SSH and portforwarding.
|
||||||
|
@ -95,7 +95,7 @@ in {
|
||||||
directory = "https://acme-v02.api.letsencrypt.org/directory"; # This setting is necessary for this block to be activated
|
directory = "https://acme-v02.api.letsencrypt.org/directory"; # This setting is necessary for this block to be activated
|
||||||
challenge = "http-01";
|
challenge = "http-01";
|
||||||
contact = ["root@mathebau.de"];
|
contact = ["root@mathebau.de"];
|
||||||
domains = ["fb04184.mathematik.tu-darmstadt.de" "imap.mathebau.de" "smtp.mathebau.de"];
|
domains = ["fb04184.mathematik.tu-darmstadt.de" "imap.mathebau.de" "smtp.mathebau.de" "mathebau.de"];
|
||||||
default = true;
|
default = true;
|
||||||
};
|
};
|
||||||
# Reevaluate after DKIM and DMARC deployment
|
# Reevaluate after DKIM and DMARC deployment
|
||||||
|
|
Loading…
Add table
Reference in a new issue