I'm having trouble. I followed a guide that I found here
And exported by cert and created all those files, but it doesn't tell you which file goes in which field. I tried what I think is all the combinations but it doesn't accept it
I Setup the balancer as follows
Then I try to setup the certificate
Then you can see it tells me it's invalid.
In case it helps I exported from IIS and followed the tutorial on the link provided and the certificate is a DigiCert Wildcard Certificate ie (*.domain.com)
Please read the post: AWS Load Balancer SSL limitations. The following solution worked for me:
openssl rsa -in server.key -text
Then copy and paste the produced output between (including):
-----BEGIN RSA PRIVATE KEY-----
and
-----END RSA PRIVATE KEY-----
AWS Load Balancer had accepted this key successfully.