From fa9e399503443c7f21def94e2fcb65cace132984 Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Thu, 21 Sep 2023 14:13:00 +0800 Subject: [PATCH] Update 4.ssl.md --- docs-2.0/7.data-security/4.ssl.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs-2.0/7.data-security/4.ssl.md b/docs-2.0/7.data-security/4.ssl.md index 0bbc4238864..798e58b9923 100644 --- a/docs-2.0/7.data-security/4.ssl.md +++ b/docs-2.0/7.data-security/4.ssl.md @@ -22,11 +22,11 @@ To use SSL encryption, SSL certificates are required. NebulaGraph supports two c |Scenes | TLS |mTLS | |:---|:---|:--| -|External device access to Graph| Modify the Graph configuration file to add the following parameters:
`--enable_graph_ssl = true`
`--ca_path=xxxxxx`
`--cert_path=xxxxxx`
`--key_path=xxxxxx`|Modify the Graph configuration file to add the following parameters:
`--enable_graph_ssl = true`
`--ca_path=xxxxxx`
`--cert_path=xxxxxx`
`--key_path=xxxxxx`
`--ca_client_path=xxxxxx`| +|External device access Graph| Modify the Graph configuration file to add the following parameters:
`--enable_graph_ssl = true`
`--ca_path=xxxxxx`
`--cert_path=xxxxxx`
`--key_path=xxxxxx`|Modify the Graph configuration file to add the following parameters:
`--enable_graph_ssl = true`
`--ca_path=xxxxxx`
`--cert_path=xxxxxx`
`--key_path=xxxxxx`
`--ca_client_path=xxxxxx`| |Graph access Meta |In the Graph/Meta configuration file, add the following parameters:
`--enable_meta_ssl = true`
`--ca_path=xxxxxx`
`--cert_path=xxxxxx`
`--key_path=xxxxxx` |In the Graph/Meta configuration file, add the following parameters:
`--enable_meta_ssl = true`
`--ca_path=xxxxxx`
`--cert_path=xxxxxx`
`--key_path=xxxxxx`
`--ca_client_path=xxxxxx` | |Graph access Storage
Meta access Storage |In the Graph/Meta/Storage configuration file, add the following parameters:
`--enable_storage_ssl = true`
`--ca_path=xxxxxx`
`--cert_path=xxxxxx`
`--key_path=xxxxxx` |In the Graph/Meta/Storage configuration file, add the following parameters:
`--enable_storage_ssl = true`
`--ca_path=xxxxxx`
`--cert_path=xxxxxx`
`--key_path=xxxxxx`
`--ca_client_path=xxxxxx` | -|Graph access Meta/Storage
Meta access Storage |In the Graph/Meta/Storage configuration file, add the following parameters:
`--enable_meta_ssl = true`
`--enable_storage_ssl = true`
`--ca_path=xxxxxx`
`--cert_path=xxxxxx`
`--key_path=xxxxxx` |In the Graph/Meta/Storage configuration file, add the following parameters:
`--enable_meta_ssl = true`
`--enable_storage_ssl = true`
`--ca_path=xxxxxx`
`--cert_path=xxxxxx`
`--key_path=xxxxxx`
`--ca_client_path=xxxxxx` | -|External device access to Graph
Graph access Meta/Storage
Meta access Storage |In the Graph/Meta/Storage configuration file, add the following parameters:
`--enable_ssl = true`
`--ca_path=xxxxxx`
`--cert_path=xxxxxx`
`--key_path=xxxxxx` |In the Graph/Meta/Storage configuration file, add the following parameters:
`--enable_ssl = true`
`--ca_path=xxxxxx`
`--cert_path=xxxxxx`
`--key_path=xxxxxx`
`--ca_client_path=xxxxxx` | +|Graph access Meta/Storage
Meta access Storage
Storage access Meta |In the Graph/Meta/Storage configuration file, add the following parameters:
`--enable_meta_ssl = true`
`--enable_storage_ssl = true`
`--ca_path=xxxxxx`
`--cert_path=xxxxxx`
`--key_path=xxxxxx` |In the Graph/Meta/Storage configuration file, add the following parameters:
`--enable_meta_ssl = true`
`--enable_storage_ssl = true`
`--ca_path=xxxxxx`
`--cert_path=xxxxxx`
`--key_path=xxxxxx`
`--ca_client_path=xxxxxx` | +|External device access to Graph
Graph access Meta/Storage
Meta access Storage
Storage access Meta |In the Graph/Meta/Storage configuration file, add the following parameters:
`--enable_ssl = true`
`--ca_path=xxxxxx`
`--cert_path=xxxxxx`
`--key_path=xxxxxx` |In the Graph/Meta/Storage configuration file, add the following parameters:
`--enable_ssl = true`
`--ca_path=xxxxxx`
`--cert_path=xxxxxx`
`--key_path=xxxxxx`
`--ca_client_path=xxxxxx` | !!! note