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