You can cat the .crt and the .ca-bundle file together. These files will be provided by the certificate issuer
cat certfile.crt bundle.ca-bundle >> chain.crt
chain.crt should be the file you're looking for. Also, the order is important. The certificate.crt file has to be first.
Hope this helps!
Check out AWS training and certification to learn more about AWS.
Thanks!