Hi Prakash,
#openssl rsa -in ksbkey.pem  -check
I think above comaand just verify the consistency of the private key.
Wjat i have to verify is that Certificate & private key pair is genuine.
One method i know is RSA sign & verify and i m looking for some more options.
njoy!!!!!!!

 
On 8/30/05, prakash babu <[EMAIL PROTECTED]> wrote:
Hello Rajeshwar ,
 
let cacert.pem be your CA certificate
let ksbcert.pem and ksbkey.pem be your certificate and private/public key pair
 
To verify you certificate
#openssl verify -CAfile cacert.pem ksbcert.pem
 
To verify the consistency of your private key
#openssl rsa -in ksbkey.pem  -check

-- Prakash

Rajeshwar Singh Jenwar <[EMAIL PROTECTED]> wrote:
Hi,
How to verify a signed certificate by a CA(.pem) &  coresponding private key(.pem) ?
It is just to verify that someone has played with private key or not.
Thx.
Rajeshwar Singh


Start your day with Yahoo! - make it your home page


Reply via email to