Skip to content

Commit d9add75

Browse files
danbevTrott
authored andcommitted
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: #28146 Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent d560d40 commit d9add75

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/api/cli.md

+6
Original file line numberDiff line numberDiff line change
@@ -1002,6 +1002,12 @@ Node.js options that are allowed are:
10021002
- `--throw-deprecation`
10031003
- `--title`
10041004
- `--tls-cipher-list`
1005+
- `--tls-max-v1.2`
1006+
- `--tls-max-v1.3`
1007+
- `--tls-min-v1.0`
1008+
- `--tls-min-v1.1`
1009+
- `--tls-min-v1.2`
1010+
- `--tls-min-v1.3`
10051011
- `--trace-deprecation`
10061012
- `--trace-event-categories`
10071013
- `--trace-event-file-pattern`

0 commit comments

Comments
 (0)