diff --git a/doc/api/cli.md b/doc/api/cli.md index 29f3360dda1d78..723e849d4e467f 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -342,6 +342,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`