From a154859f25df465e605272874c248bfe99704bdd Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Thu, 6 Jun 2019 15:08:58 -0500 Subject: [PATCH] Update leafnode_conf.md --- leafnodes/leafnode_conf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leafnodes/leafnode_conf.md b/leafnodes/leafnode_conf.md index 2dc28d6..d01ed7d 100644 --- a/leafnodes/leafnode_conf.md +++ b/leafnodes/leafnode_conf.md @@ -29,7 +29,7 @@ | `cert_file` | TLS certificate file. | | `key_file` | TLS certificate key file. | | `ca_file` | TLS certificate authority file. | -| `insecure` | Skip certificate verfication. | +| `insecure` | Skip certificate verification. | | `verify` | If `true`, require and verify client certificates. | | `verify_and_map` | If `true`, require and verify client certificates and use values map certificate values for authentication purposes. | | `cipher_suites` | When set, only the specified TLS cipher suites will be allowed. Values must match golang version used to build the server. |