Skip to content

Commit

Permalink
Merge pull request #398 from skalenetwork/edit-certificates-doc
Browse files Browse the repository at this point in the history
edit certificates doc
  • Loading branch information
olehnikolaiev authored Aug 17, 2022
2 parents ff91ee2 + 7db3b29 commit b2133af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/grep-certificates.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# How to check when the certificates stored on sgxwallet were created
- Download file `scripts/grep_certificates.py` from the sgxwallet repository and put it in sgxwallet repository directory on your machine.
- Download the file https://github.com/skalenetwork/sgxwallet/blob/develop/scripts/grep_certificates.py and put it in sgxwallet repository directory on your machine.
- Go to sgxwallet repository directory.
- Run `python3 grep_certificates.py PATH_TO_SGXWALLET_DB_FOLDER`. PATH_TO_SGXWALLET_DB_FOLDER - path (either absolute or relative) to the `sgx_data` directory where sgxwallet db is stored. For example, `/root/sgxwallet/run_sgx/sgx_data` or `run_sgx/sgx_data`
- The script will output the dates when every certificate was created.
Expand Down

0 comments on commit b2133af

Please sign in to comment.