Parcourir la source

save renewWithin

master
leiyun il y a 10 mois
Parent
révision
b6086ed39a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/home/controller/index.js

+ 1
- 1
src/home/controller/index.js Voir le fichier

@@ -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倒计时开始续期
});




Chargement…
Annuler
Enregistrer