diff --git a/doc/api/cli.md b/doc/api/cli.md index b6e42a5bc8100d..332b6de93f6873 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -323,6 +323,22 @@ added: v4.0.0 Specify an alternative default TLS cipher list. Requires Node.js to be built with crypto support (default). +### `--tls-v1.0` + + +Enable TLSv1.0. This should only be used for compatibility with old TLS +clients or servers. + +### `--tls-v1.1` + + +Enable TLSv1.1. This should only be used for compatibility with old TLS +clients or servers. + ### `--trace-deprecation`