Hi,
I'm working on application using client certificates to authenticate.
I'm using node.js ttps request and I may add easly a certificate on each request and it works,
Is there a way to interact with personal certificate store (Windows) instead to fetch the client certificate from the disk?
I've looked at edge.js to use a C# approach, but it looks a bit triky (you need to recompile the edje.js).
Is anyone aware of a node.js module to interact with certificate store?
Thanks
-Claudio