Hi I am having difficulties using openssl to verify the signature using my
dsa-public key, any help is appreciated!

sign data using private key:
1) openssl rsautl -sign -in sign.txt -inkey userkey.pem -out sig

Verify signature with public key got syntax error:
2) openssl rsautl -verify -in sig -pubin dsacert.pem
Usage: rsautl [options]

Reply via email to