- docker image updated to use the SSL certs
- Create SSL cert chain $ cat www.example.com.crt bundle.crt > www.example.com.chained.crt ref: http://nginx.org/en/docs/http/configuring_https_servers.html
-
Change the ALB Target group to listen on 443 instead of 80
-
Change the Health Check port to 301 [this is because of the "proxy_pass" to the the backend service]