mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 01:18:06 +00:00
Update sign-verify.md
This commit is contained in:
parent
c31e4f8c2b
commit
2cedf65f1a
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ $ pkcs11-tool --id 1 --sign --pin 648219 --mechanism RSA-PKCS -i data -o data.si
|
|||
|
||||
To verify the signature:
|
||||
```
|
||||
$ openssl pkeyutl -verify -pubin -inkey 4.pub -in data -sigfile data.sig
|
||||
$ openssl pkeyutl -verify -pubin -inkey 1.pub -in data -sigfile data.sig
|
||||
Signature Verified Successfully
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue