The tls.Server class allows us to add certificates for different "hostnames" dynamically using the addContext () function but I have not yet found a way to delete a context once it has been added. Is there a way to do this? Any internal property of the object that accesses these objects?
The alternative I thought was to use SNICallback, but I wanted to clear up doubts about the first function. Thank you very much.