anchor/config.json
Doug Chivers b3a56b0747 Working config.json
Minor improvement to config.json to let anchor start up

Change-Id: I23e5a0a68f9845b78bc6d3155c2413e8f816a1d2
2015-09-01 16:53:16 -07:00

34 lines
672 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": {
"ca_status": {
"ca_requested": false
},
"source_cidrs": {
"cidrs": ["127.0.0.0/8"]
}
}
}
}
}