TlsPublicCertChainedit

The public portion of the certificate chain that contains the PEM encoded server certificate, intermediate certificates, and the CA certificate. 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
user_supplied (boolean, required)
Was this certificate chain user supplied or automatically generated?

Exampleedit

{
   "chain" : [
      "string"
   ],
   "user_supplied" : true
}