Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 699be69

Browse files
authored
Merge pull request #14 from appwrite/dev
feat: added selfSigned option to docs
2 parents 5c3b87e + 5ae3581 commit 699be69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/views/docs/command-line.phtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,13 @@
9494

9595
<h3>Configuration</h3>
9696

97-
<p>At any point, if you would like to change your project endpoint, project ID, project Key, or locale configuration you set during the CLI init, you can make use of the `client` service.</p>
97+
<p>At any point, if you would like to change your project endpoint, project ID, project Key, selfSigned certificate acceptance or locale configuration you set during the CLI init, you can make use of the `client` service.</p>
9898

9999
<div class="ide margin-bottom" data-lang="bash" data-lang-label="CLI">
100100
<pre class="line-numbers"><code class="prism language-bash" data-prism>appwrite client setEndpoint --endpoint="http://192.168.1.6/v1"
101101
appwrite client setProject --project="5ff450422d42f"
102102
appwrite client setKey --key="23f24gwrhSDgefaY"
103+
appwrite client setSelfSigned --value=true
103104
appwrite client setLocale --locale="en-US"</code></pre>
104105
</div>
105106

0 commit comments

Comments
 (0)