I have created certificates on my local machine using makecert. I can only find examples for .pem files for node, but this doesn't work for windows. How can I run https for localhost on windows using my windows based ssl files?
            Asked
            
        
        
            Active
            
        
            Viewed 63 times
        
    0
            
            
        - 
                    What do you mean by "I can only find examples for .pem files for node, but this doesn't work for windows."? – Tolsee May 06 '17 at 16:37
- 
                    http://stackoverflow.com/questions/5998694/how-to-create-an-https-server-in-node-js. This is just one of many. There are no working examples of how to make this work on windows. It's all for macs/linux os. – Steve Tomlin May 06 '17 at 19:01
- 
                    Have you tried once? I think it is same for all platform! – Tolsee May 07 '17 at 05:33
- 
                    Yes. that is why I asked the question on here. I don't have a working solution for windows. – Steve Tomlin May 07 '17 at 18:20
