ningyougang commented on a change in pull request #2427: Support client
certificate on cli and nginx
URL:
https://github.com/apache/incubator-openwhisk/pull/2427#discussion_r126905802
##########
File path: ansible/group_vars/all
##########
@@ -166,10 +166,12 @@ nginx:
adminportal: 8443
ssl:
path: "{{ openwhisk_home }}/ansible/roles/nginx/files"
- cert: "openwhisk-cert.pem"
- key: "openwhisk-key.pem"
+ cert: "openwhisk-server-cert.pem"
+ key: "openwhisk-server-key.pem"
password_enabled: false
password_file: "ssl.pass"
+ client_ca_cert: "openwhisk-client-ca-cert.pem"
+ verify_client: "optional"
Review comment:
@markusthoemmes , i agree with you, make it default value for `off`, if the
value is `off`, skip the test case otherwise execute the test case, but how
can i get the `{{ nginx.ssl.verify_cilent }}` value in
`WskBasicJavaTests.scala`?
----------------------------------------------------------------
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