From 00e6c9d2dde543207f43ed4e455d8035ca6d6dff Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Mon, 10 Jun 2019 10:13:51 +0200 Subject: [PATCH] doc: add tls-min/max options to NODE_OPTIONS This commit add the --tls-min and --tls-max command line options to the list of allowed options for the NODE_OPTIONS environment variable. PR-URL: https://github.com/nodejs/node/pull/28146 Reviewed-By: Sam Roberts Reviewed-By: Colin Ihrig Reviewed-By: Rich Trott Reviewed-By: Richard Lau --- doc/api/cli.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/api/cli.md b/doc/api/cli.md index 25d25a3d08326b..fdd49b99da2aa4 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1014,6 +1014,12 @@ Node.js options that are allowed are: - `--throw-deprecation` - `--title` - `--tls-cipher-list` +- `--tls-max-v1.2` +- `--tls-max-v1.3` +- `--tls-min-v1.0` +- `--tls-min-v1.1` +- `--tls-min-v1.2` +- `--tls-min-v1.3` - `--trace-deprecation` - `--trace-event-categories` - `--trace-event-file-pattern`