Skip to content

Commit cdd5128

Browse files
authored
DOCSP-23133 fixed command in wrong order (#3674) (#3830)
1 parent c310bc5 commit cdd5128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/appendix/security/appendixA-openssl-ca.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ B. Generate the Test CA PEM File
156156

157157
.. code-block:: bash
158158

159-
cat mongodb-test-ca.crt mongodb-test-ia.crt > test-ca.pem
159+
cat mongodb-test-ia.crt mongodb-test-ca.crt > test-ca.pem
160160

161161
You can use the :red:`test` PEM file when configuring :binary:`~bin.mongod`,
162162
:binary:`~bin.mongos`, or :binary:`~bin.mongosh` for TLS/SSL :red:`testing`.

0 commit comments

Comments
 (0)