Hello,
> How do I verify a signature (dsa signature), with the private key
> using openssl?
> 
> I've tried the following did not work (syntax erro), any help is
> appreciated!
> 
> openssl rsa -in sigcert.pem -noout -verify -key userkey.pem
> 
> unknown option -verify
> rsa [options] <infile >outfile
> where options are
You should verify signature with public key.

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to