diff --git a/nodejs/models/host.js b/nodejs/models/host.js index 87d24ab..e3f4c01 100755 --- a/nodejs/models/host.js +++ b/nodejs/models/host.js @@ -246,7 +246,6 @@ class Host extends Table{ async checkWildcardForRenew(){ try{ - console.log(`Checking ${this.host}`); if(this.is_wildcard && Date.now() > this.wildcard_expires - (30 * 24 * 60 * 60 * 1000)){ this.createWildcardCert(); } @@ -258,7 +257,6 @@ class Host extends Table{ static async checkWildcardForRenew(){ try{ - console.log('checkWildcardForRenew here', this) for(let host of await this.listDetail()){ host.createWildcardCert(); } diff --git a/nodejs/views/hosts.ejs b/nodejs/views/hosts.ejs index c1d8771..85c4675 100755 --- a/nodejs/views/hosts.ejs +++ b/nodejs/views/hosts.ejs @@ -274,7 +274,7 @@
-
+ {{{ form }}}