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:
create aws ec2 load balancer without https-listener - don't need upload certificate then
edit created listener , try add certificate (private key, certificate, intermediate certificate)
if error occurs, can go (the "back"-button missing in original load-balancer-creation-dialogue) , edit certification information
Comments
Post a Comment