Responsive web app that checks when certificates will expire. Serves HTML & JSON
305
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"
DAYS_LEFT_DANGER=10
DAYS_LEFT_WARNING=20
Your app should now be running on localhost:5000.
Set environment variables in the docker-compose.yml file. Build and start the application.
docker build -t certificate-dashboard .
docker-compose up
$ heroku create
$ git push heroku master
$ heroku config:set MONITORED_CERT_HOSTS="www.mysitethatsupportssl.com, www.othersitessl.com"
$ heroku open
or
Content type
Image
Digest
Size
254 MB
Last updated
almost 9 years ago
docker pull mogensen/certificate-dashboard