anchor/config.json
Stanisław Pitucha fef692f901 Revert "Modified config to bypass standards validation"
Standards validation was correct, but could use a better error message. That
will follow in later commits.

This reverts commit 87d9da87b4.

Change-Id: Ib5fa6ffcdba879c4eabff513ee2b09a41271bebf
2016-05-06 16:06:38 +10:00

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"
}
}