1.1.0 • Published 5 years ago

cron-ssl v1.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

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