TlsPublicCertChainedit

The public portion of the certificate chain that contains the PEM encoded server certificate, intermediate certificates, and the CA certificate. NOTE: The private key, normally included in certificate chains, is omitted.

Propertiesedit

chain (array[string], required)
The list of PEM encoded X509 certificates that make up the certificate chain
chain_status (ChainStatus)
Details on the validity and lifetime of the certification chain
user_supplied (boolean, required)
Was this certificate chain user supplied or automatically generated?

Exampleedit

{
   "chain" : [
      "string"
   ],
   "chain_status" : {
      "expiration_date" : "2019-01-01T00:00:00Z",
      "first_certificate_to_expire" : "string"
   },
   "user_supplied" : true
}