Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions en/clients/vespa-cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@
documentation is also bundled with CLI and accessible through <code>vespa help
&lt;command&gt;</code> or <code>man vespa-&lt;command&gt;</code>.
</p>
<p>MTLS keypair location:</p>
<pre>
$ ls -l .vespa/mytenant.myapp.default/
total 16
-rw-r--r-- 1 kraune staff 3273 Nov 7 08:02 data-plane-private-key.pem
-rw-r--r-- 1 kraune staff 1697 Nov 7 08:02 data-plane-public-cert.pem
</pre>
<p>
The <code>.vespa</code> directory should be in the home directory or cwd.
Remember to run <code>vespa config set target cloud</code> for Vespa Cloud endpoints.
</p>


<h2 id="cheat-sheet">Cheat sheet</h2>
Expand Down