mirror of
https://github.com/romanz/amodem.git
synced 2026-05-10 05:17:38 +08:00
README: update GPG screencasts and other examples
This commit is contained in:
@@ -25,17 +25,17 @@ $ pip install --user (trezor|keepkey|ledger)_agent
|
|||||||
# Quickstart
|
# Quickstart
|
||||||
|
|
||||||
## Identity creation
|
## Identity creation
|
||||||
[](https://asciinema.org/a/c2yodst21h9obttkn9wgf3783)
|
[](https://asciinema.org/a/90416)
|
||||||
|
|
||||||
## Sample usage (signature and decryption)
|
## Sample usage (signature and decryption)
|
||||||
[](https://asciinema.org/a/7x0h9tyoyu5ar6jc8y9oih0ba)
|
[](https://asciinema.org/a/120441)
|
||||||
|
|
||||||
You can use GNU Privacy Assistant (GPA) in order to inspect the created keys
|
You can use GNU Privacy Assistant (GPA) in order to inspect the created keys
|
||||||
and perform signature and decryption operations using:
|
and perform signature and decryption operations using:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ sudo apt install gpa
|
$ sudo apt install gpa
|
||||||
$ ./scripts/gpg-shell gpa
|
$ GNUPGHOME=~/.gnupg/trezor gpa
|
||||||
```
|
```
|
||||||
[](https://www.gnupg.org/related_software/swlist.html#gpa)
|
[](https://www.gnupg.org/related_software/swlist.html#gpa)
|
||||||
|
|
||||||
@@ -53,7 +53,7 @@ $ git tag v1.2.3 --verify # verify tag signature
|
|||||||
|
|
||||||
First install `pass` from [passwordstore.org](https://www.passwordstore.org/) and initialize it to use your TREZOR-based GPG identity:
|
First install `pass` from [passwordstore.org](https://www.passwordstore.org/) and initialize it to use your TREZOR-based GPG identity:
|
||||||
```
|
```
|
||||||
$ ./scripts/gpg-shell
|
$ export GNUPGHOME=~/.gnupg/trezor
|
||||||
$ pass init "Roman Zeyde <roman.zeyde@gmail.com>"
|
$ pass init "Roman Zeyde <roman.zeyde@gmail.com>"
|
||||||
Password store initialized for Roman Zeyde <roman.zeyde@gmail.com>
|
Password store initialized for Roman Zeyde <roman.zeyde@gmail.com>
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user