Skip to content

Commit b4363f7

Browse files
Trottjasnell
authored andcommitted
doc: revise TLS minVersion/maxVersion text
Minor changes mostly to improve compliance with our style guide. PR-URL: #38202 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 18c9913 commit b4363f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/tls.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1738,12 +1738,12 @@ changes:
17381738
private key in different ways.
17391739
* `maxVersion` {string} Optionally set the maximum TLS version to allow. One
17401740
of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified
1741-
along with the `secureProtocol` option, use one or the other.
1741+
along with the `secureProtocol` option; use one or the other.
17421742
**Default:** [`tls.DEFAULT_MAX_VERSION`][].
17431743
* `minVersion` {string} Optionally set the minimum TLS version to allow. One
17441744
of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified
1745-
along with the `secureProtocol` option, use one or the other. It is not
1746-
recommended to use less than TLSv1.2, but it may be required for
1745+
along with the `secureProtocol` option; use one or the other. Avoid
1746+
setting to less than TLSv1.2, but it may be required for
17471747
interoperability.
17481748
**Default:** [`tls.DEFAULT_MIN_VERSION`][].
17491749
* `passphrase` {string} Shared passphrase used for a single private key and/or

0 commit comments

Comments
 (0)