mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
Fix renewOffset value in GreenlockUtil
This commit is contained in:
parent
a172596e46
commit
e1f9325512
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user