How to list personal Windows certificates using node? [closed]

My goal with this is to find a certificate with all or part of the name and then extract what I need from it, such as key.pem and cert.pem

I’ve tried using the node-forge and crypto libs but I haven’t found a way to do that.

Leave a Comment