Skip to content
New issue

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 client #594

Open
vealfan opened this issue May 12, 2024 · 3 comments
Open

nebula java client #594

vealfan opened this issue May 12, 2024 · 3 comments

Comments

@vealfan
Copy link

vealfan commented May 12, 2024

nebula java客户端建立SSL连接池的时候,如果密钥证书我用AES加密算法加密过后, nebula java SDK支持解析加密后的密钥文件嘛
image

@Nicole00
Copy link
Contributor

可以采用selfSign的方式,上传密钥证书和加密密码。

@Nicole00 Nicole00 transferred this issue from vesoft-inc/nebula May 17, 2024
@vealfan
Copy link
Author

vealfan commented May 17, 2024

CA 签名证书模式,客户端支持解密像上面这种被加密过后的密钥文件嘛? 我们的密钥文件是加密过后的,用的AES加密算法!!

@Nicole00
Copy link
Contributor

CA 签名证书模式,客户端支持解密像上面这种被加密过后的密钥文件嘛? 我们的密钥文件是加密过后的,用的AES加密算法!!

建议在调用client 的setSslParam之前,先对密钥文件解密然后再将解密后的文件传给client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants