Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/cli.md')
-rw-r--r--doc/api/cli.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 3d4a1adb91a..f1236a088ab 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -445,7 +445,7 @@ with crypto support (default).
### `--tls-max-v1.2`
<!-- YAML
-added: REPLACEME
+added: v11.15.0
-->
Set [`tls.DEFAULT_MAX_VERSION`][] to 'TLSv1.2'. Use to disable support for
@@ -453,7 +453,7 @@ TLSv1.3.
### `--tls-max-v1.3`
<!-- YAML
-added: REPLACEME
+added: v11.15.0
-->
Set default [`tls.DEFAULT_MAX_VERSION`][] to 'TLSv1.3'. Use to enable support
@@ -461,7 +461,7 @@ for TLSv1.3.
### `--tls-min-v1.0`
<!-- YAML
-added: REPLACEME
+added: v11.15.0
-->
Set default [`tls.DEFAULT_MIN_VERSION`][] to 'TLSv1'. Use for compatibility with
@@ -469,7 +469,7 @@ old TLS clients or servers.
### `--tls-min-v1.1`
<!-- YAML
-added: REPLACEME
+added: v11.15.0
-->
Set default [`tls.DEFAULT_MIN_VERSION`][] to 'TLSv1.1'. Use for compatibility
@@ -477,7 +477,7 @@ with old TLS clients or servers.
### `--tls-min-v1.2`
<!-- YAML
-added: REPLACEME
+added: v11.15.0
-->
Set default [`minVersion`][] to `'TLSv1.2'`. Use to disable support for TLSv1
@@ -485,7 +485,7 @@ and TLSv1.1 in favour of TLSv1.2, which is more secure.
### `--tls-min-v1.3`
<!-- YAML
-added: REPLACEME
+added: v11.15.0
-->
Set default [`tls.DEFAULT_MIN_VERSION`][] to 'TLSv1.3'. Use to disable support