Saturday 15 April 2017

How to distribute ssl private keys for nodejs https module

I am trying to use the https module for my nodejs server. I have the certificate and intermediate CA certificates in my repository, as they are public. However, I do not know how to store and distribute the certificate's private key, which I need to instantiate the server. I am using elastic beanstalk to deploy my code, so generating certs on the host machine won't work (at least I don't think so).



via bsm

No comments:

Post a Comment