A newer version is available. For the latest information, see the
current release documentation.
TlsPublicCertChain
editTlsPublicCertChain
editThe 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-
api_managed
(boolean
) - Whether or not this certificate can be updated using the API
-
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?
Example
edit{ "api_managed" : true, "chain" : [ "string" ], "chain_status" : { "expiration_date" : "2019-01-01T00:00:00Z", "first_certificate_to_expire" : "string" }, "user_supplied" : true }