All Projects → FalkoJoseph → Certificate Dashboard

FalkoJoseph / Certificate Dashboard

Licence: mit
Dashboard for ssl certificates

Programming Languages

javascript
184084 projects - #8 most used programming language

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"

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].