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 <vieuxtech@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
1 parent 31ccd36 commit 00e6c9d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

‎doc/api/cli.md‎

Lines changed: 6 additions & 0 deletions
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)