ddragosd commented on a change in pull request #46: update SSL config for NGINX
URL:
https://github.com/apache/incubator-openwhisk-devtools/pull/46#discussion_r130510670
##########
File path: docker-compose/apigateway/conf/whisk-docker-compose.conf
##########
@@ -12,8 +12,8 @@ server {
ssl_session_cache shared:SSL:1m;
ssl_session_timeout 10m;
- ssl_certificate /etc/ssl/openwhisk-cert.pem;
- ssl_certificate_key /etc/ssl/openwhisk-key.pem;
+ ssl_certificate /etc/ssl/openwhisk-server-cert.pem;
+ ssl_certificate_key /etc/ssl/openwhisk-server-key.pem;
Review comment:
@jeremiaswerner ^^^
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services