Skip to content

Commit

Permalink
Added TODO section for auto-renew
Browse files Browse the repository at this point in the history
  • Loading branch information
Irrelon committed Oct 17, 2016
1 parent bb871a4 commit fbd8b6f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions router.js
Expand Up @@ -23,6 +23,13 @@ var sslConfig = require('ssl-config')('modern'),

configFilePath = __dirname + '/config.json';

// TODO: Need to create a timer here to run certbot-auto renew every so often
/*
./certbot-auto renew --quiet --no-self-upgrade
*/

Router = function () {

};
Expand Down

0 comments on commit fbd8b6f

Please sign in to comment.