Add mathebau.de to certificate

This commit is contained in:
Gonne 2025-03-02 08:36:33 +01:00
parent 2dda609464
commit bdd88e748b

View file

@ -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