No description
Find a file
2023-09-03 15:12:43 +03:00
certificates first commit + bug in alb, need to replace to elb 2023-09-03 15:12:43 +03:00
nginx first commit + bug in alb, need to replace to elb 2023-09-03 15:12:43 +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