Skip to content

Commit

Permalink
Merge pull request #1 from wistefan/initial-release
Browse files Browse the repository at this point in the history
doc
  • Loading branch information
wistefan authored Feb 19, 2024
2 parents d61870e + 343ba8d commit f7249f1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,13 @@ openssl pkcs12 -export -inkey private-key.pem -in cert.pem -out cert.pfx -name t
# check the contents
keytool -v -keystore cert.pfx -list -alias the-alias
```

## Get the did

To generate a did from the generated keystore:

> :warning: Currently, only P-256 keys are supported.
```shell
./did-helper -keystorePath ./example/cert.pfx -keystorePassword=password
```

0 comments on commit f7249f1

Please sign in to comment.