node.js - How do I use CA Root and Intermediate in my https nodejs application? -


i have 2 certificates csr request had raised. used manually generated cert.pem , key.pem used in nodejs application resulted in untrusted certificate problem.

i converted carootcert , caintermediate der files .pem openssl , added them ca options of nodejs though still says untrusted application.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -