Constant TLS_CLIENT_CERTIFICATE_CHAIN
pub const TLS_CLIENT_CERTIFICATE_CHAIN: &'static str;
Expand description
Array of PEM-encoded certificates that make up the certificate chain offered by the client. This is usually mutually-exclusive of client.certificate
since that value should be the first certificate in the chain.
ยงExamples
[ "MII...", "MI...", ]