Check an SSL Certificate File in plain English Linux 07/03/201619/08/2021Tristan SelfLeave a Comment on Check an SSL Certificate File in plain English 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