New

The executive guide to generative AI

Read more

PublicCertChain

edit

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.

Properties

edit
chain (array[string], required)
The list of PEM encoded X509 certificates that make up the certificate chain

Example

edit
{
   "chain" : [
      "string"
   ]
}

On this page

Was this helpful?
Feedback