diff --git a/reference/mongodb/mongodb/driver/manager/construct.xml b/reference/mongodb/mongodb/driver/manager/construct.xml
index c6b95a0f1d..314a8c961a 100644
--- a/reference/mongodb/mongodb/driver/manager/construct.xml
+++ b/reference/mongodb/mongodb/driver/manager/construct.xml
@@ -144,7 +144,7 @@ $manager = new MongoDB\Driver\Manager("mongodb://myusername:myp%40ss%3Aw%25rd@lo
- Connecting to MongoDB with SSL and a certificate:
+ Connecting to MongoDB with SSL and a client certificate:
"/full/path/to/cert"]
+ [
+ "local_cert" => "/path/to/client.pem",
+ "passphrase" => "Very secretive client.pem passphrase",
+ ]
);
?>
]]>