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 @@ -1406,9 +1406,9 @@ to `true`, other APIs that create secure contexts leave it unset.
1406
1406
from ` process.argv ` as the default value of the ` sessionIdContext ` option, other
1407
1407
APIs that create secure contexts have no default value.
1408
1408
1409
- The ` tls.createSecureContext() ` method creates a ` SecureContext ` object. The
1410
- object has no public methods, but is accepted as an argument to several ` tls `
1411
- APIs, such as [ ` tls.createServer() ` ] [ ] and [ ` server.addContext() ` ] [ ] .
1409
+ The ` tls.createSecureContext() ` method creates a ` SecureContext ` object. It is
1410
+ usable as an argument to several ` tls ` APIs, such as [ ` tls.createServer() ` ] [ ]
1411
+ and [ ` server.addContext() ` ] [ ] , but has no public methods .
1412
1412
1413
1413
A key is * required* for ciphers that make use of certificates. Either ` key ` or
1414
1414
` pfx ` can be used to provide it.
You can’t perform that action at this time.
0 commit comments