Skip to content

Commit 00e6c9d

Browse files
danbevBridgeAR
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 31ccd36 commit 00e6c9d

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
@@ -1014,6 +1014,12 @@ Node.js options that are allowed are:
10141014
- `--throw-deprecation`
10151015
- `--title`
10161016
- `--tls-cipher-list`
1017+
- `--tls-max-v1.2`
1018+
- `--tls-max-v1.3`
1019+
- `--tls-min-v1.0`
1020+
- `--tls-min-v1.1`
1021+
- `--tls-min-v1.2`
1022+
- `--tls-min-v1.3`
10171023
- `--trace-deprecation`
10181024
- `--trace-event-categories`
10191025
- `--trace-event-file-pattern`

0 commit comments

Comments
 (0)