step-ca config

This commit is contained in:
2026-06-24 00:15:03 +03:00
parent c77915d0d1
commit ba7b36f16e
6 changed files with 94 additions and 3 deletions
+6 -1
View File
@@ -22,7 +22,8 @@ in
key = "${varDir}/secrets/intermediate_ca_key";
# address = "0.0.0.0:9000";
dnsNames = [
"ca.zeroq.su"
"*.zeroq.su"
"localhost"
];
db = {
type = "badgerv2";
@@ -30,6 +31,10 @@ in
};
authority = {
provisioners = [
{
type = "ACME";
name = "acme";
}
{
type = "JWK";
name = "oqyude@zeroq.su";