validation - How to offline check SSL certificate chain? -


prologue

i periodically uploading & updating ssl certificates aws' elastic load balancers.

the annoying point is, submit certificate, private key , certificate chain , configure load balancer interface not validating certificate on-the-fly. when press "create load balancer" receive error messages regarding missing intermediate certificates or similar. not able go , correct configuration. have start whole process again. not cool. ;)

question

so looking offline- or online-service can post certificat-chain tell me complete chain. or not. there websites sslshopper.com offer nice services check existing websites, dont know tool can post certificate-chain plain text.

any appreciated, in advance!

i found solution / workaround myself:

  1. create aws ec2 load balancer without https-listener - don't need upload certificate then

  2. edit created listener , try add certificate (private key, certificate, intermediate certificate)

  3. if error occurs, can go (the "back"-button missing in original load-balancer-creation-dialogue) , edit certification information


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -