It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
TlsPublicCertChain
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
TlsPublicCertChain
editThe 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.
Properties
edit-
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?
Example
edit{ "chain" : [ "string" ], "user_supplied" : true }