Update sign-verify.md

This commit is contained in:
Pol Henarejos 2022-03-16 11:33:00 +01:00 committed by GitHub
parent c31e4f8c2b
commit 2cedf65f1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```