SSL2Buy offers me three files: mysite.ssl2.crt
, mysite.ssl2.intermediate
, and mysite.ssl2.key
. I don't believe the intermediate file counts as a certificate chain, but I don't know how to find the certificate chain. Does anybody know?
The error I'm getting from AWS is this (when I try to put the intermediate file as the certificate chain): Unable to validate certificate chain. The certificate chain must start with the immediate signing certificate, followed by any intermediaries in order. The index within the chain of the invalid certificate is: -1 (Service: AmazonIdentityManagement; Status Code: 400; Error Code: MalformedCertificate; Request ID: <redacted>)
My site is already up with proper SSL. I'm just trying to provide the certificate chain to API Gateway.