Jun 17
Decrypting a .crt file with openSSL
======================
openssl x509 -in <path to crt> -noout -subject
Checking whether .crt and .key matches
==========================
openssl s_server -cert <path to certificate> -key <path to key>
this is to check if the key and the cert matches
if they match, it will show “ACCEPT”
Recent Comments