Skip to content

Commit 1535b11

Browse files
committed
DOCSP-48605: Fix SSL Windows parameters (#837)
<!-- Add a description of your PR here (optional) --> - [DOCSP-48605](https://jira.mongodb.org/browse/DOCSP-48605) - [STAGING](https://deploy-preview-837--docs-ops-manager.netlify.app/reference/cluster-configuration/#ssl) - [LATEST BUILD LOG](https://app.netlify.com/sites/docs-ops-manager/deploys/680a4c05d0ca9f0008ed3c36) ### 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). - [ ] Resolve any new warnings or errors in the build. - [x] Proofread for spelling and grammatical errors. - [x] Check staging for rendering issues. - [ ] Confirm links are working. (cherry picked from commit 8b1d504)
1 parent 1a65680 commit 1535b11

File tree

1 file changed

+5
-5
lines changed
  • source/includes/api/automation-configuration

1 file changed

+5
-5
lines changed

source/includes/api/automation-configuration/ssl.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ object is optional.
3838
- Absolute file path to the certificate used to authenticate
3939
through |tls| on a Linux or UNIX host.
4040

41-
|mms| requires either **ssl.CAFilePath** or **ssa.CAFilePathWindows** if:
41+
|mms| requires either **ssl.CAFilePath** or **ssl.CAFilePathWindows** if:
4242

4343
- You're using |tls| or X.509 authentication, and
4444
- The CA file is not in your operating system's root certificates.
@@ -49,7 +49,7 @@ object is optional.
4949
- Absolute file path to the certificate used to authenticate
5050
through |tls| on a Windows host.
5151

52-
|mms| requires either **ssl.CAFilePath** or **ssa.CAFilePathWindows** if:
52+
|mms| requires either **ssl.CAFilePath** or **ssl.CAFilePathWindows** if:
5353

5454
- You're using |tls| or X.509 authentication, and
5555
- The CA file is not in your operating system's root certificates.
@@ -61,7 +61,7 @@ object is optional.
6161
authenticates the |tls| connection on a Linux or UNIX
6262
host.
6363

64-
|mms| requires either **ssl.autoPEMKeyFilePath** or **ssa.autoPEMKeyFilePathWindows**
64+
|mms| requires either **ssl.autoPEMKeyFilePath** or **ssl.autoPEMKeyFilePathWindows**
6565
if you're using |tls| or X.509 authentication.
6666

6767
* - ssl.autoPEMKeyFilePathWindows
@@ -70,13 +70,13 @@ object is optional.
7070
- Absolute file path to the client private key (PEM) file that
7171
authenticates the |tls| connection on a Windows host.
7272

73-
|mms| requires either **ssl.autoPEMKeyFilePath** or **ssa.autoPEMKeyFilePathWindows**
73+
|mms| requires either **ssl.autoPEMKeyFilePath** or **ssl.autoPEMKeyFilePathWindows**
7474
if you're using |tls| or X.509 authentication.
7575

7676
* - ssl.autoPEMKeyFilePwd
7777
- string
7878
- Conditional
7979
- Password for the private key (PEM) file specified in
80-
**ssl.autoPEMKeyFilePath** or **ssa.autoPEMKeyFilePathWindows**. |mms|
80+
**ssl.autoPEMKeyFilePath** or **ssl.autoPEMKeyFilePathWindows**. |mms|
8181
requires this password if the PEM file is encrypted.
8282

0 commit comments

Comments
 (0)