You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -211,13 +211,13 @@ You can pass in server and [WSDL Options](#handling-xml-attributes-value-and-xml
211
211
using an options hash.
212
212
213
213
Server options include the below:
214
-
`pfx`: A string or Buffer containing the private key, certificate and CA certs of the server in PFX or PKCS12 format. (Mutually exclusive with the key, cert and ca options.)
215
-
`key`: A string or Buffer containing the private key of the server in PEM format. (Could be an array of keys). (Required)
216
-
`passphrase`: A string of passphrase for the private key or pfx.
217
-
`cert`: A string or Buffer containing the certificate key of the server in PEM format. (Could be an array of certs). (Required)
218
-
`ca`: An array of strings or Buffers of trusted certificates in PEM format. If this is omitted several well known "root" CAs will be used, like VeriSign. These are used to authorize connections.
219
-
`crl` : Either a string or list of strings of PEM encoded CRLs (Certificate Revocation List)
220
-
`ciphers`: A string describing the ciphers to use or exclude, separated by :. The default cipher suite is:
214
+
-`pfx`: A string or Buffer containing the private key, certificate and CA certs of the server in PFX or PKCS12 format. (Mutually exclusive with the key, cert and ca options.)
215
+
-`key`: A string or Buffer containing the private key of the server in PEM format. (Could be an array of keys). (Required)
216
+
-`passphrase`: A string of passphrase for the private key or pfx.
217
+
-`cert`: A string or Buffer containing the certificate key of the server in PEM format. (Could be an array of certs). (Required)
218
+
-`ca`: An array of strings or Buffers of trusted certificates in PEM format. If this is omitted several well known "root" CAs will be used, like VeriSign. These are used to authorize connections.
219
+
-`crl` : Either a string or list of strings of PEM encoded CRLs (Certificate Revocation List)
220
+
-`ciphers`: A string describing the ciphers to use or exclude, separated by :. The default cipher suite is:
221
221
222
222
```javascript
223
223
var xml =require('fs').readFileSync('myservice.wsdl', 'utf8');
0 commit comments