Browse Source

save

master
leiyun 10 months ago
parent
commit
2f12bbd8ec
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/home/controller/index.js

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

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




Loading…
Cancel
Save