To use OpenSSL to get the certficate information (source):
Signing Request | openssl req -in cert.req -text |
Signed Certificate | openssl x509 -in cert.crt -text |
Encrypted Private Key | openssl rsa -in www.closetheloan.pem -text |
Unencrypted Private Key | openssl rsa -in www.closetheloan.key -text |
Recent Comments