This website works better with JavaScript.
Home
Explore
Help
Sign In
leiyun
/
ssl_manage
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
save
master
leiyun
10 months ago
parent
736df90f4a
commit
b350e729bb
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/common/config/env/production.js
+1
-1
src/home/controller/index.js
+ 1
- 0
src/common/config/env/production.js
View File
@@ -13,6 +13,7 @@ export default {
"data.qbjjyyun.net",
"xxzz.qbjjyyun.net",
"xxzz.h5.qbjjyyun.net",
"www.qbjjyyun.net",
],
CERT_DIR:"/etc/nginx/cert",
SCP:[
+ 1
- 1
src/home/controller/index.js
View File
@@ -167,7 +167,7 @@ export default class extends Base {
const daysLeft = await getRemainingDays(domain);
const msg = `证书${domain},剩余${daysLeft}天`;
console.log(msg);
if (daysLeft <=
9
0) {
if (daysLeft <=
1
0) {
updateList.push(domain);
}
} catch (e) {
Write
Preview
Loading…
Cancel
Save