Skip to content

Commit

Permalink
docs: dids - minor readme adjustments (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeplotean authored Nov 24, 2023
1 parent 7a62afb commit 40989d5
Show file tree
Hide file tree
Showing 4 changed files with 372 additions and 130 deletions.
22 changes: 1 addition & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,4 @@ docker run -p 7000:7000 waltid/issuer --webHost=0.0.0.0 --webPort=7000 --baseUrl
```shell
docker build -t waltid/verifier -f docker/verifier.Dockerfile .
docker run -p 7001:7001 waltid/verifier --webHost=0.0.0.0 --webPort=7001 --baseUrl=http://localhost:7001
```

### (Optional) Setup Vault

#### apt

```shell
wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo
tee /etc/apt/sources.list.d/hashicorp.list
sudo apt update && sudo apt install vault
```

```shell
vault server -dev -dev-root-token-id="dev-only-token"
```
#### Docker

```shell
docker run -p 8200:8200 --cap-add=IPC_LOCK -e VAULT_DEV_ROOT_TOKEN_ID=myroot -e VAULT_DEV_LISTEN_ADDRESS=0.0.0.0:8200 hashicorp/vault
```
```
4 changes: 2 additions & 2 deletions waltid-crypto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ For usage examples on _create_, _sign_, _verify_, _import_ and _export_ function
<td align="center">&check;</td>
</tr>
<!-- end sign -->
<tr><td align="center" colspan="10"></td></tr>
<tr><td align="center" colspan="11"></td></tr>
<!-- verify -->
<!-- jws -->
<tr>
Expand Down Expand Up @@ -338,7 +338,7 @@ For usage examples on _create_, _sign_, _verify_, _import_ and _export_ function
<td align="center">&check;</td>
</tr>
<!-- end verify -->
<tr><td align="center" colspan="10"></td></tr>
<tr><td align="center" colspan="11"></td></tr>
<!-- export -->
<!-- jwk -->
<!-- private -->
Expand Down
Loading

0 comments on commit 40989d5

Please sign in to comment.