Diagnose certificate issues, add missing ServerAliases
This commit is contained in:
parent
ba7e32a2a7
commit
1bc85803a9
2 changed files with 14 additions and 14 deletions
|
|
@ -121,15 +121,15 @@ in {
|
|||
hostname = "mail.prg-radio.org";
|
||||
domain = "prg-radio.org";
|
||||
};
|
||||
acme."letsencrypt" = {
|
||||
directory = "https://acme-v02.api.letsencrypt.org/directory";
|
||||
challenge = "dns-01";
|
||||
# reference the contact and secret via files under /etc/stalwart
|
||||
contact = "%{file:/etc/stalwart/cloudflare-username}%";
|
||||
domains = ["prg-radio.org" "mail.prg-radio.org"];
|
||||
provider = "cloudflare";
|
||||
secret = "%{file:/etc/stalwart/acme-secret}%";
|
||||
};
|
||||
# acme."letsencrypt" = {
|
||||
# directory = "https://acme-v02.api.letsencrypt.org/directory";
|
||||
# challenge = "dns-01";
|
||||
# # reference the contact and secret via files under /etc/stalwart
|
||||
# contact = "%{file:/etc/stalwart/cloudflare-username}%";
|
||||
# domains = ["prg-radio.org" "mail.prg-radio.org"];
|
||||
# provider = "cloudflare";
|
||||
# secret = "%{file:/etc/stalwart/acme-secret}%";
|
||||
#};
|
||||
session.auth = {
|
||||
mechanisms = ["plain"];
|
||||
directory = "in-memory";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue