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 4fa4b58 commit 0822969Copy full SHA for 0822969
source/includes/fundamentals/code-snippets/auth.rs
@@ -75,8 +75,7 @@ async fn main() -> mongodb::error::Result<()> {
75
// start-x509
76
let uri = format!(
77
"mongodb://<hostname>:<port>/?tlsCAFile={tlsCAFile}\
78
- &tlsCertificateKeyFile={tlsCertificateKeyFile}\
79
- &tlsCertificateKeyFilePassword={tlsCertificateKeyFilePassword}",
+ &tlsCertificateKeyFile={tlsCertificateKeyFile}",
80
tlsCAFile = "<path to CA certificate>",
81
tlsCertificateKeyFile = "<path to private client key>"
82
);
0 commit comments