Jump to content
Froxlor Forum
  • 0

lets encrypt cronjob läuft nicht


mukki182

Question

Posted

Hallo,

ich hatte das Probleme, dass die lets encrpyt Zertifikate ausgelaufen waren und nicht automatisch erneuert wurden.

Läuft das überhaupt über den Cronjob oder muss man das manuell anstoßen?

So sieht aktuell mein Crontab für froxlor aus:

# automatically generated cron-configuration by froxlor
# do not manually edit this file as it will be re-generated periodically.
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
#
*/5 * * * * root /usr/bin/nice -n 5 /usr/bin/php5 -q /var/www/froxlor/scripts/froxlor_master_cronjob.php --tasks 1> /dev/null
0 */6 * * * root /usr/bin/nice -n 5 /usr/bin/php5 -q /var/www/froxlor/scripts/froxlor_master_cronjob.php --mailboxsize 1> /dev/null

 

6 answers to this question

Recommended Posts

Posted

d00p Lets Encrypt läuft auch über Froxlor.
bei mir hatte folgende Zeile in der Froxlor Cron Config gefehlt:

 

Zitat

*/5 * * * * root /usr/bin/nice -n 5 /usr/bin/php5 -q /var/www/froxlor/scripts/froxlor_master_cronjob.php --letsencrypt 1> /dev/null

Damit funktioniert jetzt auch die automatische Aktualisierung der Zertifikate.

Posted

Das läuft natürlich über cronjob, und wenn das Let's Encrypt feature in den einstellungen aktiviert wird, sollte auch der Cronjob dazu aktiviert werden; nutzt du denn Let's Encrypt via Froxlor oder separat via certbot?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...