Merge pull request 'fix: include .kitchen in the extraDomainNames' (#11) from fix-certs into main
Some checks are pending
/ check (push) Waiting to run
Some checks are pending
/ check (push) Waiting to run
Reviewed-on: #11
This commit is contained in:
commit
8d12720933
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
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;
|
||||
|
|
Loading…
Reference in a new issue