[BlueOnyx:20619] Letsencrypt bug
Steffan
mailinglist at tikklik.nl
Tue Jan 31 03:44:54 -05 2017
Hello,
Letsencrypt is not renewing.
When i look at:
/usr/sausalito/sbin/letsencrypt_autorenew.pl
# Check expiration date:
$renew_time = $System_SSL->{LEcreationDate} +
($System_SSL->{autoRenewDays} * 86400);
if ($renew_time lt time()) {
&debug_msg("Renewing SSL certificate for
'AdmServ'.\n\n");
$cce->set($sysoid, 'SSL', { 'uses_letsencrypt' =>
$uses_letsencrypt, 'performLEinstall' => time() });
}
If I add:
&debug_msg("$renew_time\n\n");
&debug_msg(time());
Im getting:
1487577986
1485851631
My certificate is expiring on 20-02-2017
1487577986 = 20-02-2017
So the certificate will only being renewed when it is expired.
Steffan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.blueonyx.it/pipermail/blueonyx/attachments/20170131/938215a4/attachment.html>
More information about the Blueonyx
mailing list