PublicCertChainCollectionedit

Collections of public certificate chains for all the defined extra certificates

Propertiesedit

certs (map[string,PublicCertChain], required)
The map of extra certificate ids to their public certificate chains

Exampleedit

{
   "certs" : {
      "some_property" : {
         "chain" : [
            "string"
         ]
      }
   }
}