Skip to content

Commit

Permalink
doc(issuer): correct documentation on how to create an unsigned reque…
Browse files Browse the repository at this point in the history
…st for a genericissuer
  • Loading branch information
matteo-cristino committed May 16, 2024
1 parent ec12bf2 commit f7a8c7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/v1/issuer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ In order to create a unisgned request to send to a sandbox.genericissuer admin d
1. `echo '{"controller": "<did doc desciption>"}' > controller.json`
2. `zenroom -a controller.json -z create-keyring.zen > keys.json`
3. `zenroom -a keys.json -z create-identity-pubkeys.zen > pks.json`
4. `zenroom -a pks.json -k request_input.json -z pubkeys-request-unsigned.zen > req.json`
4. `jq '."did_spec"= "sandox.genericissuer"' did-settings.json > request_input.json`
5. `zenroom -a pks.json -k request_input.json -z pubkeys-request-unsigned.zen > req.json`


0 comments on commit f7a8c7e

Please sign in to comment.