Adding SSL to AWS

Got the instruction from here http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/US_UpdatingLoadBalancerSSL.html

But in summary

SSL1.png

  • Click on “Change” under “SSL Certificate”
  • This popup will pop

SSL2.png

  • Paste in your certificates
  • Private key should be an RSA private key in PEM format
  • Make sure the private key file doesnt contain the CSR. It should only have the private key contents

To convert run this against your private key

“openssl rsa -in server.key -out server.key.rsa”

  • And paste it in
  • Finally paste the public certificate that again should be in PEM format
Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.