From ad5bc7004625b51192a5b39adcc4f6d886e6bb41 Mon Sep 17 00:00:00 2001 From: Alessandro Dal Grande Date: Wed, 12 Sep 2012 13:40:03 +0200 Subject: [PATCH] Fixed a typo in the command to concat key and pem --- source/administration/ssl.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/administration/ssl.txt b/source/administration/ssl.txt index 408d0486f27..5b579d6f0ec 100644 --- a/source/administration/ssl.txt +++ b/source/administration/ssl.txt @@ -60,7 +60,7 @@ and the ``.pem`` certificate, use the following command: .. code-block:: sh - cat mongodb-cert.crt mongodb-cert.pem > mongodb.pem + cat mongodb-cert.key mongodb-cert.pem > mongodb.pem Clients -------