anchor/config.json
Doug Chivers 87d9da87b4 Modified config to bypass standards validation
Standards validation is failing using the examples in the readme,
until this can be fixed and added to the tests, disabling
standards validation.

Change-Id: Ia22e2c2923c118321911c127bb4d46e50bca408b
2016-05-05 13:13:24 +01:00

34 lines
644 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": {
"source_cidrs": {
"cidrs": ["127.0.0.0/8"]
}
}
}
},
"audit": {
"target": "log"
}
}