SSL error: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch

Posted by Tiffany Walker on Server Fault See other posts from Server Fault or by Tiffany Walker
Published on 2013-04-03T04:17:28Z Indexed on 2014/05/31 21:32 UTC
Read the original article Hit count: 306

Filed under:
|
|
|

ERROR:

SSL error: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch

STEPS:

openssl genrsa -out SITE.TLD.key 2048
openssl req -new -key SITE.TLD.key -out SITE.TLD.csr

(send CSR to SSL site to sign)

add CERT to SITE.TLD.crt
add CA to SITE.TLD.ca

chained them:

cat SITE.TLD.crt SITE.TLD.ca > chained.cert

Any Idea what I am doing wrong? I am using LiteSpeed HTTPd

© Server Fault or respective owner

Related posts about linux

Related posts about ssl