PublicCertChain
editPublicCertChain
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-
chain
(array[
string
, required)]
- The list of PEM encoded X509 certificates that make up the certificate chain
Example
edit{ "chain" : [ "string" ] }