This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
docu:csheet:dtproc:ssl:end_date [2020/02/10 11:39] – admin | docu:csheet:dtproc:ssl:end_date [2021/09/29 21:09] (current) – admin | ||
---|---|---|---|
Line 4: | Line 4: | ||
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 | ||
</ | </ |