No description
nginx | ||
.gitignore | ||
README.md | ||
vpc-subnets-stack.yml |
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