IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

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"
   ]
}