Получается что сертификат истечет через 6 лет, но не истечет через 800. Я туплю или это арифметика Лобачевского?
$ openssl x509 -enddate -noout -in /tmp/check_ssl_cert.shW15798
notAfter=May 5 01:56:21 2018 GMT
$ openssl x509 -in /tmp/check_ssl_cert.shW15798 -checkend 194608000
Certificate will expire
$ openssl x509 -in /tmp/check_ssl_cert.shW15798 -checkend 25920000000
Certificate will not expire
$ openssl x509 --help 2>&1 | grep check
-checkend arg - check whether the cert expires in the next arg seconds