Sfoglia il codice sorgente

save renewWithin

master
leiyun 10 mesi fa
parent
commit
b6086ed39a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/home/controller/index.js

+ 1
- 1
src/home/controller/index.js Vedi File

@@ -42,7 +42,7 @@ const greenlock = Greenlock.create({
challengeType: 'http-01',
agreeToTerms: leAgree,
debug: false,
renewBy: 90 * 24 * 60 * 60 * 1000,// 10倒计时开始续期
renewWithin: 90 * 24 * 60 * 60 * 1000,// 10倒计时开始续期
});




Caricamento…
Annulla
Salva