valkyrie: add podkos.pl acme

This commit is contained in:
Mateusz Słodkowicz 2023-06-08 01:19:30 +02:00
parent b2b963fb5b
commit 3fd176fc9a
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 8 additions and 0 deletions

View File

@ -140,5 +140,13 @@
credentialsFile = "/materus/config/valkyrie/certs.secret"; credentialsFile = "/materus/config/valkyrie/certs.secret";
}; };
security.acme.certs."podkos.pl" = {
domain = "podkos.pl";
group = "nginx";
extraDomainNames = [ "*.podkos.pl" ];
dnsProvider = "ovh";
credentialsFile = "/materus/config/valkyrie/certs.secret";
};
} }