You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/12/20 13:50:48 UTC

[GitHub] [openwhisk] rabbah commented on issue #4330: Setting Custom Certificates in Nginx

rabbah commented on issue #4330: Setting Custom Certificates in Nginx
URL: https://github.com/apache/openwhisk/issues/4330#issuecomment-567931092
 
 
   Sorry @jambonrose - I hope you figured it out and apologize for not getting back to you. I meant that you can replace the certificates in the deployment with your own SSL certs and eliminate the problem.
   
   Using the ansible deployment, you can pass:
   ```
   -e"nginx_ssl_path=$SSLDIR" -e"nginx_ssl_server_cert=nl-fullchain.pem" -e"nginx_ssl_server_key=nl-server-key.pem" -e"whisk_api_localhost_name=nimbella-lite.com" 
   ```
   
   for example where `nl-*` are the custom certs.
   
   Additionally we now have a http based standalone stack which doesn't have the SSL issue.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services