Skip to content

Commit 414c225

Browse files
cazzerjsdevel
authored andcommitted
adding bullets to separate each option
1 parent 8dbf11d commit 414c225

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Readme.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,13 @@ You can pass in server and [WSDL Options](#handling-xml-attributes-value-and-xml
211211
using an options hash.
212212

213213
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:
221221

222222
``` javascript
223223
var xml = require('fs').readFileSync('myservice.wsdl', 'utf8');

0 commit comments

Comments
 (0)