I am trying to enable HTTPS on our backend server hosted on an EC2 instance by importing a Cloudflare client certificate (NOT Cloudflare's Origin certificate) into the Amazon Certificate Manager. I made this decision in part because our backend does not currently have a domain, only a public IP address.
When importing the certificate, I cannot find what I am supposed to input for the "Certificate Chain" field, since creating the client certificate did not give me the certificate chain. I have tried following this solution on Cloudflare's discussion forum, but ACM gave another error, saying: Could not validate the certificate with the certificate chain.
Is what I am trying to do possible?