I am using EC2 and working with NGINX (by PuTTY); I chose AWS Public Certificate therefore I understood that to use HTTPS I need to configure the NGINX too.
I found some tutorial about it, but everywhere they add ssl_certificate
and ssl_certificate_key
that I haven’t seen in AWS certification.
How I can find AWS SSL certificates and ssl_certificate_key
?
Or is there another solution for this?