Current time: 11-16-2024, 11:59 AM Hello There, Guest! (LoginRegister)


Post Reply 
How to install certificate SSL TRUSTED
Author Message
Tseng Offline
Junior Member
*

Posts: 21
Joined: Apr 2008
Reputation: 0
Post: #6
RE: How to install certificate SSL TRUSTED
Hi,

it means you are either using the wrong certificate or the wrong key. Compare the two using

Code:
openssl x509 -noout -text -in certfile -modulus
to check the cerificate, and

Code:
openssl rsa -noout -text -in keyfile -modulus
to check the keyfile. Now the "modulus" and the "public exponent" must match exactly. Make sure you don't have trailing spaces in your files.

Hope this helps,

Tseng
04-26-2008 01:23 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to install certificate SSL TRUSTED - Tseng - 04-26-2008 01:23 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)