Skip to content

A tool for checking SSL certs in bulk utilising New Relic synthetic minions

Notifications You must be signed in to change notification settings

xeroxinteractive/nr-bulk-ssl-checker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bulk SSL Checker

This application allows you to check SSL certificate expiry in bulk. The application is a nodejs script that can runs within the New Relic Synthetics minion. The terraform package allows you to easily deploy the application to your account, it automates provisioning of of the synthetic, secure credentials, posture dashboards.

Defining targets

The targets to test are provided by calling the function getTargets(). You can provide the payload of this function which may return static data or if you like you can request dynamic data to be used via an API call. Targets are expected to be in the following JSON format:

[
    {
        "name":"BBC News",
        "url":"news.bbc.co.uk"
    },
    {
        "name":"Site Name Here",
        "url":"Domain name here"
    },
    {...}
]

Getting started

Checkout the repo, copy runtf.sh.sample to runtf.sh and add your API keys. Then run terraform init to initialise and ./runtf.sh apply to deploy to New Relic.

Dashboard

The application comes with a built in dashboard. Set up alerts as you require.

dashboard-example

About

A tool for checking SSL certs in bulk utilising New Relic synthetic minions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.4%
  • HCL 25.6%
  • Shell 2.0%