Skip to content

This project is focused on checking the expiration of the certificate for multiple domain names.

License

Notifications You must be signed in to change notification settings

ZachGeo/ssl-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSL-CHECKER

Description

This project is focused on checking the expiration of the certificate for multiple domain names. If certificate is expiring in a short manner then we will get a notification in our Slack workspace.

Requirements

A Slack workspace is mandatory. Also, you should create an OAuth Token for Your Workspace with the relative privilages.

Usage

cd /path/to/ssl-checker

sudo docker build -t ssl-checker .

sudo docker run -e "SLACK_TOKEN=" -e "SLACK_CHANNEL=" -d -ti --name ssl-checker ssl-checker

Update Domain Names List

To add your domain names which you want to check the expiration time of their certificate, you need to update the input.csv file. The file shoud have the information as shown below.

hostname,port,servername

About

This project is focused on checking the expiration of the certificate for multiple domain names.

Resources

License

Stars

Watchers

Forks