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

SSL encryption capability,Nebula cannot parse the encrypted key file #5862

Open
vealfan opened this issue Apr 18, 2024 · 2 comments
Open
Labels
type/question Type: question about the product

Comments

@vealfan
Copy link

vealfan commented Apr 18, 2024

After the SSL encryption capability is enabled, Nebula cannot parse the encrypted key file. As a result, the service cannot be started. Is there any solution to this problem?

@QingZ11 QingZ11 added the type/question Type: question about the product label Apr 18, 2024
@QingZ11
Copy link
Contributor

QingZ11 commented Apr 18, 2024

Is your issue the same as this one: #5859 ?

@vealfan
Copy link
Author

vealfan commented Apr 19, 2024

yes,but But my scene is:
After the RSA key pair is generated using openssl genrsa command, we encrypted the RSA key pair using openssl rsa command with AES-256-CBC. The key file encrypted using AES-256-CBC is used to meet security requirements. However, nebula may not be able to parse such a key file.

I have a question, what is the purpose of the password file? Because when we use the password file, nebula cannot decrypt the key file that is encrypted with the encryption algorithm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/question Type: question about the product
Projects
None yet
Development

No branches or pull requests

2 participants