Skip to content

Commit 5dfe5af

Browse files
Trotttargos
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 <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent ae44e5f commit 5dfe5af

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
@@ -1670,12 +1670,12 @@ changes:
16701670
private key in different ways.
16711671
* `maxVersion` {string} Optionally set the maximum TLS version to allow. One
16721672
of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified
1673-
along with the `secureProtocol` option, use one or the other.
1673+
along with the `secureProtocol` option; use one or the other.
16741674
**Default:** [`tls.DEFAULT_MAX_VERSION`][].
16751675
* `minVersion` {string} Optionally set the minimum TLS version to allow. One
16761676
of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified
1677-
along with the `secureProtocol` option, use one or the other. It is not
1678-
recommended to use less than TLSv1.2, but it may be required for
1677+
along with the `secureProtocol` option; use one or the other. Avoid
1678+
setting to less than TLSv1.2, but it may be required for
16791679
interoperability.
16801680
**Default:** [`tls.DEFAULT_MIN_VERSION`][].
16811681
* `passphrase` {string} Shared passphrase used for a single private key and/or

0 commit comments

Comments
 (0)