Skip to content

Commit 5390b43

Browse files
authored
(DOCSP-37796): Fix ambiguous sentence about supported Private Key Format (#148)
<!-- Add a description of your PR here (optional) --> - [DOCSP-37796](https://jira.mongodb.org/browse/DOCSP-37796) - [STAGING](https://preview-mongodbdavidhou17.gatsbyjs.io/ops-manager/DOCSP-37796/reference/mongodb-agent-external-configuration/#private-key-format) - [LATEST BUILD LOG](https://workerpool-boxgs.mongodbstitch.com/pages/job.html?collName=queue&jobId=65f9c5956fc5f04850facb7a) (I'll port this change over to CM once approved) ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [x] Resolve any new warnings or errors in the build. - [x] Proofread for spelling and grammatical errors. - [x] Check staging for rendering issues. - [x] Confirm links are working.
1 parent 15b6162 commit 5390b43

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
The encrypted private key for the ``.pem`` certificate file
2-
must be in :wikipedia:`PKCS #8 </PKCS_8>`
3-
:rfc:`PBES2 <8018#section-6.2>` format.
1+
If the encrypted private key for the ``.pem`` certificate file
2+
is in :wikipedia:`PKCS #8 </PKCS_8>` format,
3+
it must use :rfc:`PBES2 <8018#section-6.2>` encryption operations.
4+
The {+mdbagent+} does not support PKCS #8 with other encryption
5+
operations.

0 commit comments

Comments
 (0)