Hello,
Maybe it’s a bit late here and I need to rest a bit but I’m seeing something weird, the issued cert date is GMT-1 and it should be GMT.
Two examples, the first one on production and the second one on staging.
[lux][root:letsencrypt]# LANG=C;date && date -u && ./letsencrypt-auto certonly -c /etc/letsencrypt/t1.dnsip.xyz.ini
Sun Mar 20 02:24:59 CET 2016
Sun Mar 20 01:24:59 UTC 2016
Checking for new version...
Requesting root privileges to run letsencrypt...
/root/.local/share/letsencrypt/bin/letsencrypt certonly -c /etc/letsencrypt/t1.dnsip.xyz.ini
IMPORTANT NOTES:
- Congratulations! Your certificate and chain have been saved at
/etc/letsencrypt/live/t1.dnsip.xyz-0002/fullchain.pem. Your cert
will expire on 2016-06-18. To obtain a new version of the
certificate in the future, simply run Let's Encrypt again.
- If you like Let's Encrypt, please consider supporting our work by:
Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate
Donating to EFF: https://eff.org/donate-le
[lux][root:letsencrypt]# openssl x509 -in /etc/letsencrypt/live/t1.dnsip.xyz-0002/cert.pem -dates -noout
notBefore=Mar 20 00:25:00 2016 GMT
notAfter=Jun 18 00:25:00 2016 GMT
As you can see I issued the cert at Mar 20 01:24:59 2016 UTC (GMT) but the cert shows it was issued at Mar 20 00:25:00 2016 GMT so that is not GMT but GMT-1.
And here a new cert issued against staging server:
[lux][root:letsencrypt]# LANG=C;date && date -u && ./letsencrypt-auto certonly -c /etc/letsencrypt/t2.dnsip.xyz.ini --staging
Sun Mar 20 02:28:03 CET 2016
Sun Mar 20 01:28:03 UTC 2016
Checking for new version...
Requesting root privileges to run letsencrypt...
/root/.local/share/letsencrypt/bin/letsencrypt certonly -c /etc/letsencrypt/t2.dnsip.xyz.ini --staging
IMPORTANT NOTES:
- Congratulations! Your certificate and chain have been saved at
/etc/letsencrypt/live/t2.dnsip.xyz/fullchain.pem. Your cert will
expire on 2016-06-18. To obtain a new version of the certificate in
the future, simply run Let's Encrypt again.
[lux][root:letsencrypt]# openssl x509 -in /etc/letsencrypt/live/t2.dnsip.xyz/cert.pem -dates -noout
notBefore=Mar 20 00:28:00 2016 GMT
notAfter=Jun 18 00:28:00 2016 GMT
The cert was issued at Mar 20 01:28:03 2016 UTC (GMT) and the cert shows it was issued at Mar 20 00:28:00 2016 GMT.
Maybe I’m missing something and I’m seeing ghosts but could someone explain it?.
@jsha, I would appreciate if you could seed some light on this issue.
Thank you in advance.
Cheers,
sahsanu