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";
|
||||
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" = {
|
||||
|
|
Loading…
Reference in a new issue