This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docu:csheet:dtproc:ssl:end_date [2020/02/10 11:38] – created admin | docu:csheet:dtproc:ssl:end_date [2021/09/29 21:09] (current) – admin | ||
---|---|---|---|
Line 3: | Line 3: | ||
<code bash> | <code bash> | ||
openssl x509 -enddate -noout -in ACERTFILE.pem | openssl x509 -enddate -noout -in ACERTFILE.pem | ||
+ | >>> | ||
+ | </ | ||
+ | |||
+ | Also, you can get if a certain certificate is already expired or not (with 2 minutes (120 seconds) span) | ||
+ | <code bash> | ||
+ | openssl x509 -checkend 120 -noout -in ACERTFILE.pem | ||
</ | </ |