Infini-DL360: add additional acme domains
This commit is contained in:
parent
8ab1fe878b
commit
68cd9c97fa
1 changed files with 5 additions and 1 deletions
|
@ -143,7 +143,11 @@
|
|||
|
||||
security.acme.certs."inx.moe" = {
|
||||
group = "nginx";
|
||||
extraDomainNames = [ "*.inx.moe" ];
|
||||
extraDomainNames = [
|
||||
"*.inx.moe"
|
||||
"*.internal.inx.moe"
|
||||
"*.tailnet.inx.moe"
|
||||
];
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."*.inx.moe" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue