Verify that file.key contains a valid key and file.crt contains a valid certificate:
root# openssl rsa -in file.key -check -noout
root# openssl x509 -in file.crt -text -noout
Just another WordPress site
Verify that file.key contains a valid key and file.crt contains a valid certificate:
root# openssl rsa -in file.key -check -noout
root# openssl x509 -in file.crt -text -noout