Fix renewOffset value in GreenlockUtil

This commit is contained in:
Simon Larsen 2024-04-29 20:34:06 +01:00
parent a172596e46
commit e1f9325512
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -20,7 +20,7 @@ export default class GreenlockUtil {
packageRoot: `/usr/src/CommonServer/greenlock`,
manager: '/usr/src/CommonServer/Utils/Greenlock/Manager.ts',
directoryUrl: 'https://acme-v02.api.letsencrypt.org/directory',
renewOffset: '-45d',
renewOffset: '45d',
renewStagger: '3d',
approveDomains: async (opts: any) => {
const domain: StatusPageDomain | null =