Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
aricart committed Feb 18, 2021
1 parent 8da1cbf commit 15ddf0e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -759,11 +759,14 @@ The following is the list of connection options and default values.

### TlsOptions

| Option | Default | Description |
| ---------- | ------- | -------------------------------------------------------------- |
| `caFile` | | CA certificate filepath |
| `certFile` | | Client certificate file path - not applicable to Deno clients. |
| `keyFile` | | Client key file path - not applicable to Deno clients. |
| Option | Default | Description |
| ---------- | ------- | ---------------------------- |
| `caFile` | | CA certificate filepath |
| `ca` | N/A | CA certificate |
| `certFile` | N/A | Client certificate file path |
| `cert` | N/A | Client certificate |
| `keyFile` | N/A | Client key file path |
| `key` | N/A | Client key |

In some Node and Deno clients, having the option set to an empty option,
requires the client have a secured connection.
Expand Down

0 comments on commit 15ddf0e

Please sign in to comment.