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 CaSignedSSLParam support encryption for the client private key #510

Closed
joeyongjian opened this issue Feb 9, 2023 · 2 comments
Closed

Comments

@joeyongjian
Copy link

I think there is a security requirement that client private key can be encrypted if I use the SSL authentication to connect Nebula by nebula-java.

Now I just can define the path for the certs like crtFilePath, keyFilePath, caCrtFilePath. But somehow I need to encrypt the cert file. However the CASignedSSLParam doesn't contain the parameter "password".

I suggest this parameter should be added in CASignedSSLParam and I can pass it in nebula-java.

@Nicole00
Copy link
Contributor

for the certs like crtFilePath, keyFile

self signed ssl parameter contains the password. If you use ca signed, you want to encrypt the cert file using password inside the client?

@QingZ11
Copy link

QingZ11 commented Mar 31, 2023

I have noticed that the issue you created hasn’t been updated for nearly a month, so I have to close it for now. If you have any new updates, you are welcome to reopen this issue anytime.

Thanks a lot for your contribution anyway 😊

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

3 participants