No description
Find a file
2023-09-03 15:15:01 +03:00
nginx first commit + bug in alb, need to replace to elb 2023-09-03 15:12:43 +03:00
.gitignore remove certificates 2023-09-03 15:13:27 +03:00
README.md first commit + bug in alb, need to replace to elb 2023-09-03 15:12:43 +03:00
vpc-subnets-stack.yml first commit + bug in alb, need to replace to elb 2023-09-03 15:12:43 +03:00

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