Koozali.org: home of the SME Server

startssl certificate and private key do NOT match

Offline meelis

  • ***
  • 112
  • +0/-0
startssl certificate and private key do NOT match
« on: March 20, 2014, 08:06:04 PM »
I installed startssl certificate and now startssl says that expires. Now i generate new cert and new ssl.key and make all exactly like http://wiki.contribs.org/Certificate_Integration_startssl.com_Server_Certificate
But if i try check if a Certificate and a Private Key match
openssl x509 -noout -modulus -in certificate.crt | openssl md5
openssl rsa -noout -modulus -in privateKey.key | openssl md5
I get different keys?