GitHub user boliza opened a pull request:
https://github.com/apache/tinkerpop/pull/727
add three missing config in Driver Settings
The configs is:
1. keyCertChainFile
2. keyFile
3. keyPassword
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/boliza/tinkerpop add_missing_config
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/727.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #727
----
commit 3cdaaea5ee192b1875dd86217f864d30df287243
Author: Ranger Tsao <[email protected]>
Date: 2017-10-03T14:44:12Z
add three missing config
1. keyCertChainFile
2. keyFile
3. keyPassword
----
---