mirror of https://github.com/materusPL/Nixerus.git
valkyrie: add podkos.pl acme
This commit is contained in:
parent
b2b963fb5b
commit
3fd176fc9a
|
@ -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";
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue