@@ -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