chore(tazjin/camden): fix use of deprecated ACME options

Relates to b/200

Change-Id: Ifdc4e694ddf22b899109a843dfce176164af80a5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6839
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2022-10-02 16:45:46 +03:00 committed by tazjin
parent c9e4d9c06b
commit 295aa1d22d

View file

@ -193,15 +193,16 @@ lib.fix (self: {
email = "mail@tazj.in";
group = "nginx";
webroot = "/var/lib/acme/acme-challenge";
extraDomains = {
"cs.tazj.in" = null;
"git.tazj.in" = null;
"www.tazj.in" = null;
postRun = "systemctl reload nginx";
extraDomainNames = [
"cs.tazj.in"
"git.tazj.in"
"www.tazj.in"
# Local domains (for this machine only)
"camden.tazj.in" = null;
};
postRun = "systemctl reload nginx";
"camden.tazj.in"
];
};
certs."quassel.tazj.in" = {