SSL status badges powered by Qualys SSL Labs
A small microservice for generating SVG badges for your SSL terminating end-points.
-
Is the current JVM running Pedantic Padlock capable of connecting without certificate warnings?
-
Is the expiration date more than 14 days into the future?
-
Use result from Qualys SSL Labs scan.
Change the Heroku application name in build.sbt
:
herokuAppName in Compile := "pedantic-padlock
Deploy using SBT:
sbt stage deployHeroku
Make sure the application started correctly:
heroku logs --app pacific-meadow-xxxx
Optionally, to make the scan results persist during application restarts, add the Redis To Go add-on and it will be automatically picked up.
See issues.