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