I need to use node to make a post request with a certificate.
The certificate is held in the windows certificate store. I've been able to read this out with node, but what I get is an object containing the various details for the certificate, the pem, issuer etc.
The files are in the .cer format.
Does anyone know how to use a certificate like this to a post request in node?