Forum Discussion

Ismail_319212's avatar
Ismail_319212
Icon for Nimbostratus rankNimbostratus
Feb 04, 2019

SSL Certificate Installation

Please advise me what wrong in ssl certificate installation. Thanks.

 

2 Replies

  • Can you check if they are indeed a pair,

    openssl x509 -noout -modulus -in /path/to/certificate.crt | openssl md5

    openssl rsa -noout -modulus -in /path/to/key.key | openssl md5

  • Surgeon's avatar
    Surgeon
    Ret. Employee

    Looks like your certificate and key do not match. Follow jaikumar's steps and verify key/cert match. If md5 sum is not identical, contact your CA and get valid files.