In Certificate Manager
I just issued my domain for SSL certificate, I need the files of the certificate like private.key & certificate
.
I do not see any place in AWS Certificate Manager
console that I can download this certificate to use it in this file:
files:
/etc/pki/tls/certs/server.crt:
mode: "000400"
owner: root
group: root
content: |
-----BEGIN CERTIFICATE-----
certificate goes here
-----END CERTIFICATE-----
/etc/pki/tls/certs/server.key:
mode: "000400"
owner: root
group: root
content: |
-----BEGIN RSA PRIVATE KEY-----
private key goes here
-----END RSA PRIVATE KEY-----