Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Commit b955fbd

Browse files
committed
DOCS-6027 fix encryption key command
1 parent edb355e commit b955fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/release-notes/3.1-dev-series-configure-encryption.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ accessible by the owner of the :program:`mongod` process.
165165

166166
.. code-block:: sh
167167

168-
openssl rand -base64 32 | head -c 32 > mongodb-keyfile
168+
openssl rand -base64 32 > mongodb-keyfile
169169

170170
#. Update the file permissions.
171171

0 commit comments

Comments
 (0)