Skip to content

Commit

Permalink
Merge pull request #254 from ljrk0/certfp_pkcs12_doc
Browse files Browse the repository at this point in the history
CertFP: The file must be a PKCS #12 archive
  • Loading branch information
aatxe authored Mar 18, 2024
2 parents 831c8cb + 5b09238 commit 2eb9bf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client/data/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ pub struct Config {
#[cfg(any(feature = "tls-native", feature = "tls-rust"))]
#[cfg_attr(feature = "serde", serde(skip_serializing_if = "Option::is_none"))]
pub cert_path: Option<String>,
/// The path to a TLS certificate to use for CertFP client authentication in DER format.
/// The path to a TLS certificate to use for CertFP client authentication in a DER-formatted
/// PKCS #12 archive.
#[cfg(any(feature = "tls-native", feature = "tls-rust"))]
#[cfg_attr(feature = "serde", serde(skip_serializing_if = "Option::is_none"))]
pub client_cert_path: Option<String>,
Expand Down

0 comments on commit 2eb9bf5

Please sign in to comment.