Skip to content

Commit ad5bc70

Browse files
committed
Fixed a typo in the command to concat key and pem
1 parent d576c57 commit ad5bc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/administration/ssl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ and the ``.pem`` certificate, use the following command:
6060

6161
.. code-block:: sh
6262

63-
cat mongodb-cert.crt mongodb-cert.pem > mongodb.pem
63+
cat mongodb-cert.key mongodb-cert.pem > mongodb.pem
6464

6565
Clients
6666
-------

0 commit comments

Comments
 (0)