Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 committed Jul 19, 2023
1 parent d97c87c commit 0b84beb
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions examples/scitt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ npm run transmute -- graph \

<img src="./public.verifying.jwk.png" />

## Create Self Signed Certificate
## Create Root Certificate

<!--
Expand Down Expand Up @@ -60,7 +60,7 @@ transmute scitt certificate create \
--subject-certificate examples/scitt/ca.cert.public.pem
```

## Create User Certificate
## Create Leaf Certificate

<!--
Expand All @@ -79,6 +79,17 @@ npm run transmute -- scitt certificate create \
-->

```sh
transmute scitt certificate create \
--alg ES256 \
--valid-from 2020/01/01 \
--valid-until 2020/01/03 \
--issuer-private-key examples/scitt/ca.cert.private.jwk.json \
--issuer-certificate examples/scitt/ca.cert.public.pem \
--subject CN=Test CA \
--subject-did did:web:issuer.key.transparency.example \
--subject-private-key examples/scitt/user.private.jwk.json \
--subject-public-key examples/scitt/user.public.jwk.json \
--subject-certificate examples/scitt/user.cert.public.pem
```

## Create Controller
Expand Down

0 comments on commit 0b84beb

Please sign in to comment.