Skip to content

Commit 348d41b

Browse files
author
Kay Kim
committed
trivial: remove extraneous space from <pathToClientPEM>
1 parent 2b41c33 commit 348d41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorial/configure-x509-client-authentication.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ client certificate to authenticate more than one MongoDB user.
181181

182182
.. code-block:: sh
183183

184-
openssl x509 -in <pathToClient PEM> -inform PEM -subject -nameopt RFC2253
184+
openssl x509 -in <pathToClientPEM> -inform PEM -subject -nameopt RFC2253
185185

186186
The command returns the ``subject`` string as well as certificate:
187187

0 commit comments

Comments
 (0)