To check the start and expire dates of a certificate from the command line you can run the following command:
openssl x509 -noout -in <certificate filename> -dates
To check the start and expire dates of a certificate from the command line you can run the following command:
openssl x509 -noout -in <certificate filename> -dates