reverseproxy: remove options from renewCerts
This commit is contained in:
@@ -148,7 +148,7 @@ async function startJobs() {
|
||||
// randomized per Cloudron based on hourlySeed
|
||||
gJobs.certificateRenew = new CronJob({
|
||||
cronTime: `00 10 ${hour} * * *`,
|
||||
onTick: async () => await safe(cloudron.renewCerts({}, AuditSource.CRON), { debug }),
|
||||
onTick: async () => await safe(cloudron.renewCerts(AuditSource.CRON), { debug }),
|
||||
start: true
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user