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 @@ -1670,12 +1670,12 @@ changes:
1670
1670
private key in different ways.
1671
1671
* ` maxVersion ` {string} Optionally set the maximum TLS version to allow. One
1672
1672
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.
1674
1674
** Default:** [ ` tls.DEFAULT_MAX_VERSION ` ] [ ] .
1675
1675
* ` minVersion ` {string} Optionally set the minimum TLS version to allow. One
1676
1676
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
1679
1679
interoperability.
1680
1680
** Default:** [ ` tls.DEFAULT_MIN_VERSION ` ] [ ] .
1681
1681
* ` passphrase ` {string} Shared passphrase used for a single private key and/or
You can’t perform that action at this time.
0 commit comments