cron-ssl
v1.1.0
Published
A task that auto-renews SSL certificates from LetsEncrypt (for app-node-template)
Downloads
4
Readme
cron-ssl
A task that auto-renews SSL certificates from LetsEncrypt (for app-node-template) Runs every Friday's at 6pm (that way I have the weekend to debug if something goes wrong)
One-time task
$ node task.js --domain oplab.barrios.io --config-folder config-oplab --app-folder app-node-template
Cron (autoron every week)
$ npm start
important:
Don't forget to set the arguments in ecosystem.config.js before running cron!
--domain oplab.barrios.io --config-folder config-oplab --app-folder app-node-template