Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-leal-batista committed Oct 13, 2023
1 parent 4724033 commit b8c24a9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,23 @@ It is time to run the CLI (Client helper executable script) to setup your DID an

6. Next, create a DID, type "CD" in the CLI main menu, and a DID will be created, for instance:
![](https://github.com/lacchain/LACPass-client/blob/master/docs/examples/didtxtfile.png)

Just as a reference, the created DID (Decentralized Identifier) will be saved in a file named "did.txt"

7. Now it is the time to associate the DID you just created with the X.509 certificate, that you can use to sign Health Certificates. Type "AX" in the CLI main menu.
* Enter the path where the X.509 public key is located, for example if you run step 5, then the path will be:
![](https://github.com/lacchain/LACPass-client/blob/master/docs/examples/X509path.png)

* After pressing enter you should get the following successful message:
![](https://github.com/lacchain/LACPass-client/blob/master/docs/examples/didx509association.png)

8. Create a manager. Type "CM" in the CLI main menu.
* Enter the number of days to consider the manager to be created as valid, for example: 1000; as shown in the following figure. Suggested: do not enter a number less than 365 days.

![](https://github.com/lacchain/LACPass-client/blob/master/docs/examples/creatingManager.png)



## Changelog
- [Changelog](./CHANGELOG.md)

Binary file added docs/examples/X509path.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/examples/creatingManager.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/examples/didx509association.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b8c24a9

Please sign in to comment.