We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389337b commit 3482c47Copy full SHA for 3482c47
client/src/lib.rs
@@ -151,9 +151,9 @@ pub struct TlsConfig {
151
/// If using mTLS, both the client cert and private key must be specified, this contains them.
152
#[derive(Clone)]
153
pub struct ClientTlsConfig {
154
- /// The certificate for this client
+ /// The certificate for this client, encoded as PEM
155
pub client_cert: Vec<u8>,
156
- /// The private key for this client
+ /// The private key for this client, encoded as PEM
157
pub client_private_key: Vec<u8>,
158
}
159
0 commit comments