Skip to content

Commit 96422f8

Browse files
committed
Updated setup docs
1 parent 6ac8b84 commit 96422f8

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

linkeddatahub/docs/get-started/setup/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,19 @@ <h3 id="start-linkeddatahub">Start LinkedDataHub</h3>
195195
The script will create an <samp>ssl/server</samp> sub-folder where the SSL certificate will be stored.
196196
</li>
197197

198+
<li>Create the following secrets with certificate/truststore passwords:
199+
200+
<ul>
201+
202+
<li><samp>secrets/client_truststore_password.txt</samp></li>
203+
204+
<li><samp>secrets/owner_cert_password.txt</samp></li>
205+
206+
<li><samp>secrets/secretary_cert_password.txt</samp></li>
207+
</ul>
208+
The one you will need to remember in order to authenticate with LinkedDataHub <a href="../get-an-account/#install-cert">using WebID client certificate</a> is <samp>owner_cert_password</samp>.
209+
</li>
210+
198211
<li>Run this from command line:
199212

200213
<pre>docker-compose up --build</pre>

0 commit comments

Comments
 (0)