pub const TLS_SERVER_CERTIFICATE_CHAIN: &str = "tls.server.certificate_chain";
Expand description
Array of PEM-encoded certificates that make up the certificate chain offered by the server. This is usually mutually-exclusive of server.certificate
since that value should be the first certificate in the chain.
§Examples
MII...
MI...