server.setSecureContext(options)
options
<Object> 包含来自tls.createSecureContext()
options
参数(例如key
、cert
、ca
等)的任何可能属性的对象。
server.setSecureContext()
方法替换现有服务器的安全上下文。
与服务器的现有连接不会中断。
options
<Object> An object containing any of the possible properties from thetls.createSecureContext()
options
arguments (e.g.key
,cert
,ca
, etc).
The server.setSecureContext()
method replaces the secure context of an
existing server. Existing connections to the server are not interrupted.