Skip to content

Commit 5c8a05e

Browse files
committed
placeholder
1 parent 644af71 commit 5c8a05e

File tree

1 file changed

+1
-1
lines changed
  • source/includes/fundamentals/code-snippets

1 file changed

+1
-1
lines changed

source/includes/fundamentals/code-snippets/tls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ async fn main() -> mongodb::error::Result<()> {
99

1010
let ca_file = PathBuf::from(r"<path to CA certificate>");
1111
let key_file = PathBuf::from(r"<path to client certificate>");
12-
let key_password = b"<your-password>".to_vec();
12+
let key_password = b"<password for client key>".to_vec();
1313

1414
let tls_opts = TlsOptions::builder()
1515
.ca_file_path(ca_file)

0 commit comments

Comments
 (0)