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 644af71 commit 5c8a05eCopy full SHA for 5c8a05e
source/includes/fundamentals/code-snippets/tls.rs
@@ -9,7 +9,7 @@ async fn main() -> mongodb::error::Result<()> {
9
10
let ca_file = PathBuf::from(r"<path to CA certificate>");
11
let key_file = PathBuf::from(r"<path to client certificate>");
12
- let key_password = b"<your-password>".to_vec();
+ let key_password = b"<password for client key>".to_vec();
13
14
let tls_opts = TlsOptions::builder()
15
.ca_file_path(ca_file)
0 commit comments