Dexus / pem

Create private keys and certificates with node.js
Other
570 stars 129 forks source link

How to create a cert chain with PEM #221

Closed RameshRM closed 5 years ago

RameshRM commented 6 years ago

I am trying to create cert chaing with Root -> Intermediate -> End Cert, The support with the module using serviceCertificate & serviceKey doesnt work very well and not able to create the chain, Can anyone help me with this ?

Dexus commented 5 years ago

Have a look here: https://github.com/Dexus/pem/blob/610a403fef97ad6fcea0b8f6ce2d7d5160eb9f16/test/pem.spec.js#L616-L667