Skip to content

Commit 3cbd54f

Browse files
committed
README update
1 parent 0164a02 commit 3cbd54f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,11 @@ It takes a few clicks and filling out a form to install the product into your ow
6060
./bin/server-cert-gen.sh .env nginx ssl
6161
```
6262
The script will create an `ssl` sub-folder where the SSL certificates and/or public keys will be placed.
63-
4. Create the following secrets with certificate passwords:
63+
4. Create the following secrets with certificate/truststore passwords:
6464
- `secrets/client_truststore_password.txt`
6565
- `secrets/owner_cert_password.txt`
6666
- `secrets/secretary_cert_password.txt`
67+
The one you will need to remember in order to authenticate with LinkedDataHub using WebID client certificate is `owner_cert_password`.
6768
5. Launch the application services by running this from command line:
6869
```shell
6970
docker-compose up --build

0 commit comments

Comments
 (0)