-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
simple instructions for using command-line
- Loading branch information
1 parent
8fa216d
commit e8e8fce
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,19 @@ | |
[![crates.io](https://img.shields.io/crates/v/s2id)](https://crates.io/crates/s2id) | ||
[![Docs](https://docs.rs/s2id/badge.svg)](https://docs.rs/s2id) | ||
[![Apache-2 licensed](https://img.shields.io/crates/l/s2id)](./LICENSE) | ||
|
||
## Installation | ||
|
||
```console | ||
$ cargo install s2id --all-features | ||
``` | ||
|
||
## Use | ||
|
||
```console | ||
$ ssi help | ||
$ ssi new --no-expiry --uid "My Name <mailto:[email protected]>" | ||
$ ssi list | ||
$ SIG=`ssi sign [email protected] -t "Test message"` | ||
$ ssi verify $SIG | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters