Certificate dashboard Original project
Responsive web app that checks when certificates will expire. Serves HTML & JSON so you can consume the service elsewhere.
Make sure you have Node.js and the Heroku Toolbelt installed.
$ bin/setup
$ foreman s
Environment variables
MONITORED_CERT_HOSTS="www.mysitethatsupportssl.com, www.othersitessl.com"
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku master
$ heroku config:set MONITORED_CERT_HOSTS="www.mysitethatsupportssl.com, www.othersitessl.com"
$ heroku open
or