|
|
|
@@ -124,6 +124,10 @@ export default class extends Base { |
|
|
|
* @return {Promise} [] |
|
|
|
*/ |
|
|
|
async indexAction () { |
|
|
|
return this.display(); |
|
|
|
} |
|
|
|
|
|
|
|
async showsslAction(){ |
|
|
|
console.log("==".repeat(20), "开始检查证书", "==".repeat(20)); |
|
|
|
let domains = this.config().domains; |
|
|
|
let msgs = [] |
|
|
|
|