Skip to content

Commit

Permalink
Update 4.ssl.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Sep 21, 2023
1 parent 46bb637 commit 2beec9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-2.0/7.data-security/4.ssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
|外部访问 Graph|修改 Graph 配置文件,添加配置:</br>`--enable_graph_ssl = true`</br> `--ca_path=xxxxxx`</br>`--cert_path=xxxxxx`</br>`--key_path=xxxxxx`|修改 Graph 配置文件,添加配置:</br>`--enable_graph_ssl = true`</br> `--ca_path=xxxxxx`</br>`--cert_path=xxxxxx`</br>`--key_path=xxxxxx`</br>`--ca_client_path=xxxxxx`|
|Graph 访问 Meta|分别在 Graph/Meta 配置文件,添加配置:</br>`--enable_meta_ssl = true`</br> `--ca_path=xxxxxx`</br>`--cert_path=xxxxxx`</br>`--key_path=xxxxxx`|分别在 Graph/Meta 配置文件,添加配置:</br>`--enable_meta_ssl = true`</br> `--ca_path=xxxxxx`</br>`--cert_path=xxxxxx`</br>`--key_path=xxxxxx`</br>`--ca_client_path=xxxxxx`|
|Graph 访问 Storage</br>Meta 访问 Storage|分别在 Graph/Meta/Storage 配置文件,添加配置:</br>`--enable_storage_ssl = true`</br> `--ca_path=xxxxxx`</br>`--cert_path=xxxxxx`</br>`--key_path=xxxxxx`|分别在 Graph/Meta/Storage 配置文件,添加配置:</br>`--enable_storage_ssl = true`</br> `--ca_path=xxxxxx`</br>`--cert_path=xxxxxx`</br>`--key_path=xxxxxx`</br>`--ca_client_path=xxxxxx`|
|Graph 访问 Meta/Storage</br>Meta 访问 Storage|分别在 Graph/Meta/Storage 配置文件,添加配置:</br>`--enable_meta_ssl = true`</br>`--enable_storage_ssl = true`</br>`--ca_path=xxxxxx`</br>`--cert_path=xxxxxx`</br>`--key_path=xxxxxx`|分别在 Graph/Meta/Storage 配置文件,添加配置:</br>`--enable_meta_ssl = true`</br>`--enable_storage_ssl = true`</br>`--ca_path=xxxxxx`</br>`--cert_path=xxxxxx`</br>`--key_path=xxxxxx`</br>`--ca_client_path=xxxxxx`|
|外部访问 Graph</br>Graph 访问 Meta/Storage</br>Meta 访问 Storage|分别在 Graph/Meta/Storage 配置文件,添加配置:</br>`--enable_ssl = true`</br> `--ca_path=xxxxxx`</br>`--cert_path=xxxxxx`</br>`--key_path=xxxxxx`|分别在 Graph/Meta/Storage 配置文件,添加配置:</br>`--enable_ssl = true`</br> `--ca_path=xxxxxx`</br>`--cert_path=xxxxxx`</br>`--key_path=xxxxxx`</br>`--ca_client_path=xxxxxx`|
|Graph 访问 Meta/Storage</br>Meta 访问 Storage</br>Storage 访问 Meta |分别在 Graph/Meta/Storage 配置文件,添加配置:</br>`--enable_meta_ssl = true`</br>`--enable_storage_ssl = true`</br>`--ca_path=xxxxxx`</br>`--cert_path=xxxxxx`</br>`--key_path=xxxxxx`|分别在 Graph/Meta/Storage 配置文件,添加配置:</br>`--enable_meta_ssl = true`</br>`--enable_storage_ssl = true`</br>`--ca_path=xxxxxx`</br>`--cert_path=xxxxxx`</br>`--key_path=xxxxxx`</br>`--ca_client_path=xxxxxx`|
|外部访问 Graph</br>Graph 访问 Meta/Storage</br>Meta 访问 Storage</br>Storage 访问 Meta|分别在 Graph/Meta/Storage 配置文件,添加配置:</br>`--enable_ssl = true`</br> `--ca_path=xxxxxx`</br>`--cert_path=xxxxxx`</br>`--key_path=xxxxxx`|分别在 Graph/Meta/Storage 配置文件,添加配置:</br>`--enable_ssl = true`</br> `--ca_path=xxxxxx`</br>`--cert_path=xxxxxx`</br>`--key_path=xxxxxx`</br>`--ca_client_path=xxxxxx`|

!!! note

Expand Down

0 comments on commit 2beec9d

Please sign in to comment.