nebula icon indicating copy to clipboard operation
nebula copied to clipboard

SSL encryption capability,Nebula cannot parse the encrypted key file

Open vealfan opened this issue 1 year ago • 2 comments

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?

vealfan avatar Apr 18 '24 07:04 vealfan

Is your issue the same as this one: https://github.com/vesoft-inc/nebula/issues/5859 ?

QingZ11 avatar Apr 18 '24 08:04 QingZ11

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.

vealfan avatar Apr 19 '24 07:04 vealfan