Skip to content

adamwulf/certificate-dashboard

 
 

Repository files navigation

Certificate dashboard Original project

Responsive web app that checks when certificates will expire. Serves HTML & JSON so you can consume the service elsewhere.

banner

Running Locally

Make sure you have Node.js and the Heroku Toolbelt installed.

$ bin/setup
$ foreman s

Note: Running bin/setup will reset the .env file. A convenience run.sh is provided which will set the port to 5001, copy the saved .env.bak to .env in case it had been reset, and will start the server.

Environment variables

MONITORED_CERT_HOSTS="www.mysitethatsupportssl.com, www.othersitessl.com"

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku config:set MONITORED_CERT_HOSTS="www.mysitethatsupportssl.com, www.othersitessl.com"
$ heroku open

or

Deploy to Heroku

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.7%
  • EJS 10.2%
  • Shell 2.9%
  • Procfile 0.2%