File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1938,8 +1938,9 @@ from `process.argv` as the default value of the `sessionIdContext` option, other
1938
1938
APIs that create secure contexts have no default value.
1939
1939
1940
1940
The ` tls.createSecureContext() ` method creates a ` SecureContext ` object. It is
1941
- usable as an argument to several ` tls ` APIs, such as [ ` tls.createServer() ` ] [ ]
1942
- and [ ` server.addContext() ` ] [ ] , but has no public methods.
1941
+ usable as an argument to several ` tls ` APIs, such as [ ` server.addContext() ` ] [ ] ,
1942
+ but has no public methods. The [ ` tls.Server ` ] [ ] constructor and the
1943
+ [ ` tls.createServer() ` ] [ ] method do not support the ` secureContext ` option.
1943
1944
1944
1945
A key is _ required_ for ciphers that use certificates. Either ` key ` or
1945
1946
` pfx ` can be used to provide it.
You can’t perform that action at this time.
0 commit comments