server.addContext(hostname, context)
Add secure context that will be used if the client request's SNI hostname matches the supplied hostname
(wildcards can be used). context
can contain key
, cert
, ca
or any other properties from tls.createSecureContext()
options
argument.
Please login to continue.