Skip to content

Commit

Permalink
Deployed 139e993 to 3.5.0-sc with MkDocs 1.3.0 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
whitewum committed Sep 21, 2023
1 parent 1e92315 commit d84c5f4
Show file tree
Hide file tree
Showing 7 changed files with 385 additions and 368 deletions.
41 changes: 29 additions & 12 deletions 3.5.0-sc/7.data-security/4.ssl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7713,24 +7713,36 @@ <h2 id="authentication_policies">Authentication policies<a class="headerlink" hr
<table>
<thead>
<tr>
<th align="left">-</th>
<th align="left">External device access to Graph</th>
<th align="left">Graph access Meta/Storage</th>
<th align="left">External device access to Graph</br>Graph access Meta/Storage</th>
<th align="left">Scenes</th>
<th align="left">TLS</th>
<th align="left">mTLS</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left">TLS</td>
<td align="left">External device access to Graph</td>
<td align="left">Modify the Graph configuration file to add the following parameters:</br><code>--enable_graph_ssl = true</code></br> <code>--ca_path=xxxxxx</code></br><code>--cert_path=xxxxxx</code></br><code>--key_path=xxxxxx</code></td>
<td align="left">In the Graph/Meta/Storage configuration file, add the following parameters:</br><code>--enable_meta_ssl = true</code></br><code>--ca_path=xxxxxx</code></br><code>--cert_path=xxxxxx</code></br><code>--key_path=xxxxxx</code></td>
<td align="left">In the Graph/Meta/Storage configuration file, add the following parameters:</br><code>--enable_ssl = true</code></br><code>--ca_path=xxxxxx</code></br><code>--cert_path=xxxxxx</code></br><code>--key_path=xxxxxx</code></td>
<td align="left">Modify the Graph configuration file to add the following parameters:</br><code>--enable_graph_ssl = true</code></br> <code>--ca_path=xxxxxx</code></br><code>--cert_path=xxxxxx</code></br><code>--key_path=xxxxxx</code></br><code>--ca_client_path=xxxxxx</code></td>
</tr>
<tr>
<td align="left">Graph access Meta</td>
<td align="left">In the Graph/Meta configuration file, add the following parameters:</br><code>--enable_meta_ssl = true</code></br><code>--ca_path=xxxxxx</code></br><code>--cert_path=xxxxxx</code></br><code>--key_path=xxxxxx</code></td>
<td align="left">In the Graph/Meta configuration file, add the following parameters:</br><code>--enable_meta_ssl = true</code></br><code>--ca_path=xxxxxx</code></br><code>--cert_path=xxxxxx</code></br><code>--key_path=xxxxxx</code></br><code>--ca_client_path=xxxxxx</code></td>
</tr>
<tr>
<td align="left">mTLS</td>
<td align="left">Modify the Graph configuration file to add the following parameters:</br><code>--enable_graph_ssl = true</code></br> <code>--ca_path=xxxxxx</code></br><code>--cert_path=xxxxxx</code></br><code>--key_path=xxxxxx</code></br><code>--ca_client_path=xxxxxx</code></td>
<td align="left">In the Graph/Meta/Storage configuration file, add the following parameters:</br><code>--enable_meta_ssl = true</code></br> <code>--ca_path=xxxxxx</code></br><code>--cert_path=xxxxxx</code></br><code>--key_path=xxxxxx</code></br><code>--ca_client_path=xxxxxx</code></td>
<td align="left">In the Graph/Meta/Storage configuration file, add the following parameters:</br><code>--enable_ssl = true</code></br> <code>--ca_path=xxxxxx</code></br><code>--cert_path=xxxxxx</code></br><code>--key_path=xxxxxx</code></br><code>--ca_client_path=xxxxxx</code></td>
<td align="left">Graph access Storage</br>Meta access Storage</td>
<td align="left">In the Graph/Meta/Storage configuration file, add the following parameters:</br><code>--enable_storage_ssl = true</code></br><code>--ca_path=xxxxxx</code></br><code>--cert_path=xxxxxx</code></br><code>--key_path=xxxxxx</code></td>
<td align="left">In the Graph/Meta/Storage configuration file, add the following parameters:</br><code>--enable_storage_ssl = true</code></br><code>--ca_path=xxxxxx</code></br><code>--cert_path=xxxxxx</code></br><code>--key_path=xxxxxx</code></br><code>--ca_client_path=xxxxxx</code></td>
</tr>
<tr>
<td align="left">Graph access Meta/Storage</br>Meta access Storage</td>
<td align="left">In the Graph/Meta/Storage configuration file, add the following parameters:</br><code>--enable_meta_ssl = true</code></br><code>--enable_storage_ssl = true</code></br><code>--ca_path=xxxxxx</code></br><code>--cert_path=xxxxxx</code></br><code>--key_path=xxxxxx</code></td>
<td align="left">In the Graph/Meta/Storage configuration file, add the following parameters:</br><code>--enable_meta_ssl = true</code></br><code>--enable_storage_ssl = true</code></br><code>--ca_path=xxxxxx</code></br><code>--cert_path=xxxxxx</code></br><code>--key_path=xxxxxx</code></br><code>--ca_client_path=xxxxxx</code></td>
</tr>
<tr>
<td align="left">External device access to Graph</br>Graph access Meta/Storage</br>Meta access Storage</td>
<td align="left">In the Graph/Meta/Storage configuration file, add the following parameters:</br><code>--enable_ssl = true</code></br><code>--ca_path=xxxxxx</code></br><code>--cert_path=xxxxxx</code></br><code>--key_path=xxxxxx</code></td>
<td align="left">In the Graph/Meta/Storage configuration file, add the following parameters:</br><code>--enable_ssl = true</code></br><code>--ca_path=xxxxxx</code></br><code>--cert_path=xxxxxx</code></br><code>--key_path=xxxxxx</code></br><code>--ca_client_path=xxxxxx</code></td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -7788,6 +7800,11 @@ <h2 id="authentication_policies">Authentication policies<a class="headerlink" hr
<td align="left"><code>false</code></td>
<td align="left">Whether to enable SSL encryption in the Meta service only.</td>
</tr>
<tr>
<td align="left"><code>enable_storage_ssl</code></td>
<td align="left"><code>false</code></td>
<td align="left">Whether to enable SSL encryption in the Storage service only.</td>
</tr>
</tbody>
</table>
<h2 id="example_of_tls">Example of TLS<a class="headerlink" href="#example_of_tls" title="Permanent link">&para;</a></h2>
Expand Down Expand Up @@ -7841,7 +7858,7 @@ <h2 id="automatic_monitoring_of_ssl_certificate_updates">Automatic monitoring of
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">August 7, 2023</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">September 21, 2023</span>


</small>
Expand Down
2 changes: 1 addition & 1 deletion 3.5.0-sc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7684,7 +7684,7 @@ <h1 id="welcome_to_nebulagraph_350_documentation">Welcome to NebulaGraph 3.5.0 D

<div class="admonition note">
<p class="admonition-title">Note</p>
<p>This manual is revised on 2023-9-19, with GitHub commit <a href="https://github.com/vesoft-inc/nebula-docs/commits/v3.5.0">e8f33ef709</a>.</p>
<p>This manual is revised on 2023-9-21, with GitHub commit <a href="https://github.com/vesoft-inc/nebula-docs/commits/v3.5.0">139e993a4b</a>.</p>
</div>
<div class="admonition compatibility">
<p class="admonition-title">Compatibility</p>
Expand Down
Binary file modified 3.5.0-sc/pdf/NebulaGraph-EN.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion 3.5.0-sc/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit d84c5f4

Please sign in to comment.