Skip to content

Commit 26ee1b9

Browse files
sarah-olson-mongodbSarah Olson
andauthored
Docs 15375 (#1176)
* DOCS-15375: Fix TLS cert name * DOCS-15375: Minor edits * DOCS-15375: Minor edit Co-authored-by: Sarah Olson <[email protected]>
1 parent 8954aca commit 26ee1b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tutorial/upgrade-cluster-to-ssl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ process.
7676
net:
7777
tls:
7878
mode: allowTLS
79-
PEMKeyFile: <path to TLS/SSL certificate and key PEM file>
79+
certificateKeyFile: <path to TLS/SSL certificate and key PEM file>
8080
CAFile: <path to root CA PEM file>
8181

8282
Upgrade all nodes of the cluster to these settings.
@@ -176,7 +176,7 @@ process.
176176
net:
177177
ssl:
178178
mode: <allowSSL>
179-
PEMKeyFile: <path to TLS/SSL certificate and key PEM file>
179+
certificateKeyFile: <path to TLS/SSL certificate and key PEM file>
180180
CAFile: <path to root CA PEM file>
181181

182182
Upgrade all nodes of the cluster to these settings.

0 commit comments

Comments
 (0)