We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nebula java客户端建立SSL连接池的时候,如果密钥证书我用AES加密算法加密过后, nebula java SDK支持解析加密后的密钥文件嘛
The text was updated successfully, but these errors were encountered:
可以采用selfSign的方式,上传密钥证书和加密密码。
nebula-java/examples/src/main/java/com/vesoft/nebula/examples/GraphClientExample.java
Line 225 in 06945e3
Sorry, something went wrong.
CA 签名证书模式,客户端支持解密像上面这种被加密过后的密钥文件嘛? 我们的密钥文件是加密过后的,用的AES加密算法!!
建议在调用client 的setSslParam之前,先对密钥文件解密然后再将解密后的文件传给client
setSslParam
No branches or pull requests
nebula java客户端建立SSL连接池的时候,如果密钥证书我用AES加密算法加密过后, nebula java SDK支持解析加密后的密钥文件嘛
The text was updated successfully, but these errors were encountered: