From 15ddf0efe7e414f1151f941c0a90f2eed3b3f27e Mon Sep 17 00:00:00 2001 From: Alberto Ricart Date: Wed, 17 Feb 2021 18:08:56 -0600 Subject: [PATCH] update doc [ci skip] --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 46d8d2e9..606ec296 100644 --- a/README.md +++ b/README.md @@ -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.