User Tools

Site Tools


docu:csheet:dtproc:ssl:end_date

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous 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
 >>> notAfter=Aug 28 23:59:59 2021 GMT >>> notAfter=Aug 28 23:59:59 2021 GMT
 +</code>
 +
 +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
 </code> </code>
docu/csheet/dtproc/ssl/end_date.txt · Last modified: 2021/09/29 21:09 by admin