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
Post a Comment