Various SSL Tools
Decode CSR:
# openssl req -in mycsr.csr -noout -text
Decode Cert:
# openssl x509 -in certificate.crt -text -noout
Decrypt the key:
# openssl rsa -in www.key -out new.key
Decode CSR:
# openssl req -in mycsr.csr -noout -text
Decode Cert:
# openssl x509 -in certificate.crt -text -noout
Decrypt the key:
# openssl rsa -in www.key -out new.key