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

fix readme about ssl #156

Merged
merged 1 commit into from
Jan 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ This repository contains the Nebula Graph Console for Nebula Graph 2.0. Nebula G
| `-e/-eval` | Sets a string-type nGQL statement. The nGQL statement is executed once the connection succeeds. The connection stops after the result is returned. |
| `-f/-file` | Sets the path of an nGQL file. The nGQL statements in the file are executed once the connection succeeds. You'll get the return messages and the connection stops then. |
| `-enable_ssl` | Enable SSL when connecting to Nebula Graph |
| `ssl_root_ca_path` | Sets the path of the certification authority file |
| `ssl_cert_path` | Sets the path of the certificate file |
| `ssl_private_key_path` | Sets the path of the private key file |
| `ssl_insecure_skip_verify` | Controls whether a client verifies the server's certificate chain and host name |
| `-ssl_root_ca_path` | Sets the path of the certification authority file |
| `-ssl_cert_path` | Sets the path of the certificate file |
| `-ssl_private_key_path` | Sets the path of the private key file |
| `-ssl_insecure_skip_verify` | Controls whether a client verifies the server's certificate chain and host name |


E.g.,
Expand Down