
Standards validation was correct, but could use a better error message. That will follow in later commits. This reverts commit 87d9da87b49c62a2ea4dfb76c4432b4d5c43eefd. Change-Id: Ib5fa6ffcdba879c4eabff513ee2b09a41271bebf
35 lines
680 B
JSON
35 lines
680 B
JSON
{
|
|
"authentication": {
|
|
"method_1": {
|
|
"backend": "static",
|
|
"secret": "simplepassword",
|
|
"user": "myusername"
|
|
}
|
|
},
|
|
"signing_ca": {
|
|
"local": {
|
|
"backend": "anchor",
|
|
"cert_path": "CA/root-ca.crt",
|
|
"key_path": "CA/root-ca-unwrapped.key",
|
|
"output_path": "certs",
|
|
"signing_hash": "sha256",
|
|
"valid_hours": 24
|
|
}
|
|
},
|
|
"registration_authority": {
|
|
"default": {
|
|
"authentication": "method_1",
|
|
"signing_ca": "local",
|
|
"validators": {
|
|
"standards_compliance": {},
|
|
"source_cidrs": {
|
|
"cidrs": ["127.0.0.0/8"]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"audit": {
|
|
"target": "log"
|
|
}
|
|
}
|