mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Clarify example usage of pinsets by including a CA
This commit is contained in:
@@ -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="
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user