Skip to content

Commit a7f4d6b

Browse files
committed
Updates to fix suggestion from @esmerel. Applys to #2088.
Signed-off-by: Eric D. Schabell <eric@schabell.org>
1 parent 64f3299 commit a7f4d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administration/transport-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Both input and output plugins that perform Network I/O can optionally enable TLS
88
| Property | Description | Default |
99
|:----------------------|:----------------------------------------------------------------------------------------------------------------------------------------|:--------|
1010
| `tls` | Enable or disable TLS support. | `off` |
11-
| `tls.debug` | Set TLS debug verbosity level. Accepted values: `0` (No debug), `1` (Error), `2` (State change), `3` (Informational) and `4`. (Verbose) | `1` |
11+
| `tls.debug` | Set TLS debug verbosity level. Accepted values: `0` (No debug), `1` (Error), `2` (State change), `3` (Informational) and `4` (Verbose). | `1` |
1212
| `tls.ca_file` | Absolute path to CA certificate file. | _none_ |
1313
| `tls.ca_path` | Absolute path to scan for certificate files. | _none_ |
1414
| `tls.ciphers` | Specify TLS ciphers up to TLSv1.2. | _none_ |

0 commit comments

Comments
 (0)