You need to verify that a file cert.pem contains the certificate you expected, to do this you can use this command to view the certificate in plain text with expiry date etc visible.
# openssl x509 -in cert.pem -noout -text
The ramblings of a computer geek
You need to verify that a file cert.pem contains the certificate you expected, to do this you can use this command to view the certificate in plain text with expiry date etc visible.
# openssl x509 -in cert.pem -noout -text