We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3cbfc0 commit 5470a74Copy full SHA for 5470a74
examples/client-certificate.rs
@@ -18,7 +18,7 @@ fn get_tls_config() -> OwnedTLSConfig {
18
let client_cert_and_key_password = "bunnies";
19
20
OwnedTLSConfig {
21
- identity: Some(OwnedIdentity {
+ identity: Some(OwnedIdentity::PKCS12 {
22
der: client_cert_and_key.to_vec(),
23
password: client_cert_and_key_password.to_string(),
24
}),
0 commit comments