Hello,
> I don't really understand, could you tell me what i have to do to correct this
> please ?
You must be sure that certificate matches your private key.
To check this you may try:
$ openssl rsa -in key.pem -modulus -noout
$ openssl x509 -in crt.pem -modulus -noout

both numbers should be the same.

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