Function

downstream-tls-raw-client-certificate

Gets the raw client certificate used to secure the downstream client mTLS connection.

The value returned will be based on PEM format.

Returns ok(none) if the downstream client connection is not a TLS connection.

downstream-tls-raw-client-certificate: func(ds-request: borrow​<request>, max-len: u64) -> result​<option​<list​<u8>>, error>;