@@ -1473,11 +1473,11 @@ changes:
1473
1473
Should not be set together with ` key ` , because both options define a
1474
1474
private key in different ways.
1475
1475
* ` maxVersion ` {string} Optionally set the maximum TLS version to allow. One
1476
- of ` TLSv1.3 ` , ` TLSv1.2' ` , ` 'TLSv1.1' ` , or ` 'TLSv1' ` . Cannot be specified
1476
+ of ` ' TLSv1.3' ` , ` ' TLSv1.2'` , ` 'TLSv1.1' ` , or ` 'TLSv1' ` . Cannot be specified
1477
1477
along with the ` secureProtocol ` option, use one or the other.
1478
1478
** Default:** [ ` tls.DEFAULT_MAX_VERSION ` ] [ ] .
1479
1479
* ` minVersion ` {string} Optionally set the minimum TLS version to allow. One
1480
- of ` TLSv1.3 ` , ` TLSv1.2' ` , ` 'TLSv1.1' ` , or ` 'TLSv1' ` . Cannot be specified
1480
+ of ` ' TLSv1.3' ` , ` ' TLSv1.2'` , ` 'TLSv1.1' ` , or ` 'TLSv1' ` . Cannot be specified
1481
1481
along with the ` secureProtocol ` option, use one or the other. It is not
1482
1482
recommended to use less than TLSv1.2, but it may be required for
1483
1483
interoperability.
@@ -1675,7 +1675,7 @@ added: v11.4.0
1675
1675
1676
1676
* {string} The default value of the ` maxVersion ` option of
1677
1677
[ ` tls.createSecureContext() ` ] [ ] . It can be assigned any of the supported TLS
1678
- protocol versions, ` TLSv1.3 ` , ` TLSv1.2' ` , ` 'TLSv1.1' ` , or ` 'TLSv1' ` .
1678
+ protocol versions, ` ' TLSv1.3' ` , ` ' TLSv1.2'` , ` 'TLSv1.1' ` , or ` 'TLSv1' ` .
1679
1679
** Default:** ` 'TLSv1.3' ` , unless changed using CLI options. Using
1680
1680
` --tls-max-v1.2 ` sets the default to ` 'TLSv1.2 ` '. Using ` --tls-max-v1.3 ` sets
1681
1681
the default to ` 'TLSv1.3' ` . If multiple of the options are provided, the
0 commit comments