I am trying to update the self-signed certificate with a real certificate from AWS.
I retrieved the certificate chain from AWS with:
aws acm get-certificate --certificate-arn <ARN-HERE>
The response is JSON containing "Certificate", and "CertificateChain"
I am trying to format a proper PEM to use for the upload.
So the question is, "What goes where?"
- I assume the CertificateChain is as the name says.
- Where is the Private RSA Key supposed to come from?