How do I find my private key and certificate?
How do I find my private key and certificate? You can check if an SSL certificate matches a Private Key by using the 3 easy commands below. For your SSL certificate: openssl x509 –noout –modulus –in .crt | openssl md5. For your RSA private key: openssl rsa –noout –modulus –in .key | openssl md5. How […]