fix: make sure the cert is valid on *all* domains
All checks were successful
/ check (pull_request) Successful in 2m17s
All checks were successful
/ check (pull_request) Successful in 2m17s
This commit is contained in:
parent
8d12720933
commit
b48b5a6867
1 changed files with 5 additions and 2 deletions
|
@ -5,11 +5,14 @@
|
|||
acceptTerms = true;
|
||||
defaults.email = "acme@buffet.sh";
|
||||
certs."buffet.sh" = {
|
||||
domain = "*.buffet.sh";
|
||||
extraDomainNames = ["*.buffets.kitchen"];
|
||||
group = "nginx";
|
||||
dnsProvider = "hetzner";
|
||||
credentialsFile = config.age.secrets.hetzner-dns.path;
|
||||
|
||||
extraDomainNames = [
|
||||
"*.buffet.sh"
|
||||
"buffets.kitchen"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue