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:
parent
c9e4d9c06b
commit
295aa1d22d
1 changed files with 8 additions and 7 deletions
|
@ -193,15 +193,16 @@ lib.fix (self: {
|
||||||
email = "mail@tazj.in";
|
email = "mail@tazj.in";
|
||||||
group = "nginx";
|
group = "nginx";
|
||||||
webroot = "/var/lib/acme/acme-challenge";
|
webroot = "/var/lib/acme/acme-challenge";
|
||||||
extraDomains = {
|
postRun = "systemctl reload nginx";
|
||||||
"cs.tazj.in" = null;
|
|
||||||
"git.tazj.in" = null;
|
extraDomainNames = [
|
||||||
"www.tazj.in" = null;
|
"cs.tazj.in"
|
||||||
|
"git.tazj.in"
|
||||||
|
"www.tazj.in"
|
||||||
|
|
||||||
# Local domains (for this machine only)
|
# Local domains (for this machine only)
|
||||||
"camden.tazj.in" = null;
|
"camden.tazj.in"
|
||||||
};
|
];
|
||||||
postRun = "systemctl reload nginx";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
certs."quassel.tazj.in" = {
|
certs."quassel.tazj.in" = {
|
||||||
|
|
Loading…
Reference in a new issue