Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
camlspotter committed Oct 3, 2018
1 parent 0096fcb commit c6aeabc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ledger_nano_s.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,10 @@ export GNUPGHOME=~/.gnupg/ledger
With this env var setting, you test signing and verification:

```shell
echo 123 | gpg --sign | gpg --verify # click the device button
$ echo 123 | gpg --sign | gpg --verify
gpg: using "Jun FURUSE <jun.furuse@dailambda.jp>" as default secret key for signing
gpg: Signature made Wed Oct 3 16:48:23 2018 CEST
gpg: using ECDSA key xXXXX....
gpg: issuer "jun.furuse@dailambda.jp"
gpg: Good signature from "Jun FURUSE <jun.furuse@dailambda.jp>" [ultimate]
```

0 comments on commit c6aeabc

Please sign in to comment.