vesoft-inc / nebula

A distributed, fast open-source graph database featuring horizontal scalability and high availability

Home Page:https://nebula-graph.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSL encryption capability,Nebula cannot parse the encrypted key file

vealfan opened this issue · 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?

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

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.