Clarify example usage of pinsets by including a CA

This commit is contained in:
Jacob Hoffman-Andrews
2014-06-05 14:26:45 -07:00
parent 6fb51d5422
commit 714cb17dcb
+3 -2
View File
@@ -88,13 +88,14 @@ The basic file format will be JSON with comments (http://blog.getify.com/json-co
"name": "eff", "name": "eff",
"static_spki_hashes": [ "static_spki_hashes": [
"EFFBackup2048", "EFFBackup2048",
"EFF" "StartCom Class 2 Primary Intermediate Server CA"
] ]
} }
], ],
"spki_hashes": { "spki_hashes": {
// Not real SPKI hashes, just examples
"EFFBackup2048": "sha1/5R0zeLx7EWRxqw6HRlgCRxNLHDo=", "EFFBackup2048": "sha1/5R0zeLx7EWRxqw6HRlgCRxNLHDo=",
"EFF": "sha1/YlrkMlC6C4SJRZSVyRvnvoJ+8eM=" "StartCom Class 2 Primary Intermediate Server CA": "sha1/YlrkMlC6C4SJRZSVyRvnvoJ+8eM="
} }
} }