ECS-Cloudformation/README.md

207 B

Self Signed Certificate:

openssl genpkey -algorithm RSA -out private-key.pem - this is the private key openssl req -new -key private-key.pem -x509 -days 365 -out certificate.pem - this is the certificate