Sign inSign up

mogensen/certificate-dashboard

By mogensen

Updated almost 9 years ago

Responsive web app that checks when certificates will expire. Serves HTML & JSON

Image
0

305

mogensen/certificate-dashboard repository overview

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

Environment variables

MONITORED_CERT_HOSTS="www.mysitethatsupportssl.com, www.othersitessl.com"
DAYS_LEFT_DANGER=10
DAYS_LEFT_WARNING=20

Your app should now be running on localhost:5000.

Running with Docker

Set environment variables in the docker-compose.yml file. Build and start the application.

docker build -t certificate-dashboard .
docker-compose up

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

Tag summary

Content type

Image

Digest

Size

254 MB

Last updated

almost 9 years ago

docker pull mogensen/certificate-dashboard