Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-11136

Breaking typo on KMIP example doc

    • 0.1

      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
      

            Assignee:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Reporter:
            kenneth.white@mongodb.com Kenneth White
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              6 years, 14 weeks, 3 days ago