Skip to content

Commit

Permalink
Update nebula-console.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Oct 10, 2023
1 parent 48283cb commit b4714eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-2.0/nebula-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ NebulaGraph Console 的获取方式如下:
- 开启 SSL 加密且需要双向认证

```bash
./nebula-console -addr 192.168.8.100 -port 9669 -u root -p nebula -enable_ssl -ssl_root_ca_path /home/xxx/cert/root.crt -ssl_cert_path /home/xxx/cert/client.crt -ssl_private_key_path /home/xxx/cert/client.key
./nebula-console -addr 192.168.8.100 -port 9669 -u root -p nebula -enable_ssl -ssl_root_ca_path /home/xxx/cert/root.crt -ssl_cert_path /home/xxx/cert/server.crt -ssl_private_key_path /home/xxx/cert/server.key
```

常用参数的说明如下。
Expand Down

0 comments on commit b4714eb

Please sign in to comment.