-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
Pretty sure someone will need it some day.
I suppose the API would be something like this:
var container = new SecureNodeContainer({
port: ...,
cert: ...,
key: ...,
});
Should support client certificate too:
https://medium.com/@sevcsik/authentication-using-https-client-certificates-3c9d270e8326
grepsuzette, back2dos, varadig, m-mohr, cedx and 1 more