-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
customized certificate not work #5859
Comments
@Ha0124 hi, thank you for your feedback. When you mentioned 'customized certificates,' are you referring to self-signed certificates? Or are you saying that these certificates have passwords? If possible, could you provide any feasible solutions or implementations you have encountered or seen in other products? |
When i try to use ssl encryption function following by https://docs.nebula-graph.io/3.6.0/7.data-security/4.ssl/ . when i set --enable_ssl=false, the services can be linked. |
After you configured the SSL information, did you restart the three services? |
you should re-generate the certs, you could refer https://github.com/vesoft-inc/nebula-go/tree/master/nebula-docker-compose/secrets for generation and https://github.com/vesoft-inc/nebula-go/blob/master/nebula-docker-compose/docker-compose-ssl.yaml, https://github.com/vesoft-inc/nebula-go/blob/master/nebula-docker-compose/.env for usage in nebula |
After the RSA key pair is generated using |
the password in nebula just encrypt like
|
if i doencrypt woth the cert ,will it be accepted in nebula? |
Introduction
When using plaintext certificates for verification, communication between services can occur. If the certificate is encrypted, communication cannot be completed. Can an interface be provided for this type of scenario?
Contents
If I use customized certificates and paired password keys, can it be compatible with such scenarios?
Related work
The text was updated successfully, but these errors were encountered: