Skip to content

Commit

Permalink
Deployed d73af93 to 3.6.0 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 Oct 10, 2023
1 parent 09b312f commit 589ac8a
Show file tree
Hide file tree
Showing 5 changed files with 378 additions and 359 deletions.
2 changes: 1 addition & 1 deletion 3.6.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5767,7 +5767,7 @@ <h1 id="welcome_to_nebulagraph_360_documentation">Welcome to NebulaGraph 3.6.0 D
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>This manual is revised on 2023-10-9, with GitHub commit <a href="https://github.com/vesoft-inc/nebula-docs/commits/v3.6.0">dcb0df07d1</a>.</p>
<p>This manual is revised on 2023-10-10, with GitHub commit <a href="https://github.com/vesoft-inc/nebula-docs/commits/v3.6.0">d73af938e1</a>.</p>
</div>
<div class="admonition compatibility">
<p class="admonition-title">Compatibility</p>
Expand Down
29 changes: 24 additions & 5 deletions 3.6.0/nebula-console/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5863,7 +5863,25 @@ <h3 id="connect_to_nebulagraph">Connect to NebulaGraph<a class="headerlink" href
<p>To connect to NebulaGraph with the <code>nebula-console</code> file, use the following syntax:</p>
<div class="highlight"><pre><span></span><code>&lt;path_of_console&gt;<span class="w"> </span>-addr<span class="w"> </span>&lt;ip&gt;<span class="w"> </span>-port<span class="w"> </span>&lt;port&gt;<span class="w"> </span>-u<span class="w"> </span>&lt;username&gt;<span class="w"> </span>-p<span class="w"> </span>&lt;password&gt;
</code></pre></div>
<p><code>path_of_console</code> indicates the storage path of the NebulaGraph Console binary file.</p>
<ul>
<li><code>path_of_console</code> indicates the storage path of the NebulaGraph Console binary file.</li>
<li>When two-way authentication is required after SSL encryption is enabled, you need to specify SSL-related parameters when connecting.</li>
</ul>
<p>For example:</p>
<ul>
<li>
<p>Direct link to NebulaGraph</p>
<div class="highlight"><pre><span></span><code>./nebula-console<span class="w"> </span>-addr<span class="w"> </span><span class="m">192</span>.168.8.100<span class="w"> </span>-port<span class="w"> </span><span class="m">9669</span><span class="w"> </span>-u<span class="w"> </span>root<span class="w"> </span>-p<span class="w"> </span>nebula
</code></pre></div>
</li>
</ul>
<ul>
<li>
<p>Enable SSL encryption and require two-way authentication</p>
<div class="highlight"><pre><span></span><code>./nebula-console<span class="w"> </span>-addr<span class="w"> </span><span class="m">192</span>.168.8.100<span class="w"> </span>-port<span class="w"> </span><span class="m">9669</span><span class="w"> </span>-u<span class="w"> </span>root<span class="w"> </span>-p<span class="w"> </span>nebula<span class="w"> </span>-enable_ssl<span class="w"> </span>-ssl_root_ca_path<span class="w"> </span>/home/xxx/cert/root.crt<span class="w"> </span>-ssl_cert_path<span class="w"> </span>/home/xxx/cert/client.crt<span class="w"> </span>-ssl_private_key_path<span class="w"> </span>/home/xxx/cert/client.key
</code></pre></div>
</li>
</ul>
<p>Parameter descriptions are as follows:</p>
<table>
<thead>
Expand Down Expand Up @@ -5921,12 +5939,13 @@ <h3 id="connect_to_nebulagraph">Connect to NebulaGraph<a class="headerlink" href
<td><code>-ssl_private_key_path</code></td>
<td>Sets the storage path of the private key file.</td>
</tr>
<tr>
<td><code>-ssl_insecure_skip_verify</code></td>
<td>Controls whether a client verifies the server's certificate chain and hostname. The default is <code>false</code>. If set to <code>true</code>, any certificate chain and hostname provided by the server is accepted.</td>
</tr>
</tbody>
</table>
<p>For information on more parameters, see the <a href="https://github.com/vesoft-inc/nebula-console/tree/release-3.5">project repository</a>.</p>
<p>For example, to connect to the Graph Service deployed on 192.168.10.8, run the following command:</p>
<div class="highlight"><pre><span></span><code>./nebula-console<span class="w"> </span>-addr<span class="w"> </span><span class="m">192</span>.168.10.8<span class="w"> </span>-port<span class="w"> </span><span class="m">9669</span><span class="w"> </span>-u<span class="w"> </span>root<span class="w"> </span>-p<span class="w"> </span>thisisapassword
</code></pre></div>
<h3 id="manage_parameters">Manage parameters<a class="headerlink" href="#manage_parameters" title="Permanent link">&para;</a></h3>
<p>You can save parameters for parameterized queries.</p>
<div class="admonition note">
Expand Down Expand Up @@ -6101,7 +6120,7 @@ <h3 id="disconnect_nebulagraph_console_from_nebulagraph">Disconnect NebulaGraph
<small>

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


</small>
Expand Down
Binary file modified 3.6.0/pdf/NebulaGraph-EN.pdf
Binary file not shown.
Loading

0 comments on commit 589ac8a

Please sign in to comment.