File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1738,12 +1738,12 @@ changes:
1738
1738
private key in different ways.
1739
1739
* ` maxVersion ` {string} Optionally set the maximum TLS version to allow. One
1740
1740
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.
1742
1742
** Default:** [ ` tls.DEFAULT_MAX_VERSION ` ] [ ] .
1743
1743
* ` minVersion ` {string} Optionally set the minimum TLS version to allow. One
1744
1744
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
1747
1747
interoperability.
1748
1748
** Default:** [ ` tls.DEFAULT_MIN_VERSION ` ] [ ] .
1749
1749
* ` passphrase ` {string} Shared passphrase used for a single private key and/or
You can’t perform that action at this time.
0 commit comments