ECS-Cloudformation/README.md

6 lines
207 B
Markdown
Raw Normal View History

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