[DOCS-11136] Breaking typo on KMIP example doc Created: 15/Dec/17  Updated: 30/Oct/23  Resolved: 21/Jan/18

Status: Closed
Project: Documentation
Component/s: manual
Affects Version/s: 3.6
Fix Version/s: Server_Docs_20231030

Type: Task Priority: Major - P3
Reporter: Kenneth White Assignee: Kay Kim (Inactive)
Resolution: Fixed Votes: 0
Labels: bite-sized
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Participants:
Days since reply: 6 years, 3 weeks, 4 days ago
Story Points: 0.1

 Description   

There's a small typo on the replica set example for key rotation:
https://docs.mongodb.com/manual/tutorial/rotate-encryption-key/#rotate-a-member-of-replica-set

mongod --replSet myReplSet --enableEncryption --kmipServerName
<KMIP Server HostName> \ --kmipServerCAFile ca.pem
--kmipClientCertificateFile client.pem

if this is copy/pasted the embedded slash will cause an error. I believe it should be:

mongod --replSet myReplSet --enableEncryption --kmipServerName
<KMIP Server HostName>  --kmipServerCAFile ca.pem
--kmipClientCertificateFile client.pem

or:

mongod --replSet myReplSet --enableEncryption \
--kmipServerName <KMIP Server HostName> \
--kmipServerCAFile ca.pem --kmipClientCertificateFile client.pem



 Comments   
Comment by Kay Kim (Inactive) [ 21/Jan/18 ]

Thanks for filing this ticket. The updated docs will be published on Monday.

Comment by Githook User [ 21/Jan/18 ]

Author:

{'name': 'kay', 'email': 'kay.kim@10gen.com', 'username': 'kay-kim'}

Message: DOCS-11136 KMIP \ in the wrong place – should be end of line
Branch: v3.2
https://github.com/mongodb/docs/commit/72a68056a77ebc96c085ba52298d65572dad280e

Comment by Githook User [ 21/Jan/18 ]

Author:

{'name': 'kay', 'email': 'kay.kim@10gen.com', 'username': 'kay-kim'}

Message: DOCS-11136 KMIP \ in the wrong place – should be end of line
Branch: master
https://github.com/mongodb/docs/commit/85d06a22779ab0ddc46c354b519c69491af3a66b

Comment by Githook User [ 21/Jan/18 ]

Author:

{'name': 'kay', 'email': 'kay.kim@10gen.com', 'username': 'kay-kim'}

Message: DOCS-11136 KMIP \ in the wrong place – should be end of line
Branch: v3.4
https://github.com/mongodb/docs/commit/1ae82509b3cc9a5f67595341600dc7d0cf0c517c

Generated at Thu Feb 08 08:02:09 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.