mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-08 23:53:11 +03:00
step-ca config
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user