Installing intermediate certificates in ELB
Use gd_bundle-g2.crt instead.
Thank you to my friends over at trusted advisor.
Quick Review
-
Ensure private key is in RSA format without a password.
openssl rsa -in private.key -text > private.pem
-
Your .crt file from godaddy is probably already in pem format.
openssl x509 -inform PEM -in blahblah.crt > public.pem
-
Download gd_bundle-g2.crt from https://certs.godaddy.com/anonymous/repository.pki
Field mappings (Dear amazon, this form is terrible.)
- Private Key -> private.pem
- Public Key Certificate -> public.pem
- Certificate Chain -> gd_bundle-g2.crt
If your form looks like this, these instructions probably still apply. http://i.stack.imgur.com/yB918.png