TrustedInfrastructureX509CertChain
The X509CertChain structure contains x509 certificate chain.
Properties
array of
string
cert_chain
Required
Certificate chain in base64 format
JSON Example
{
"cert_chain": [
"string"
]
}