Skip to content

SuryaElite/ssl_expiry_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSL Expiry Checking Script

SSL Certificate Expiry date checker and notifying through email before expiry.

Installation / Requirement / Usages

Requirement

Installation

  • Clone the repo & fire composer install
$ git clone git@github.com:suryaelite/ssl_expiry_checker.git
$ cd ssl_expiry_checker
$ composer install
  • Copy .env.sample to .env and add the details.
$ cp .env.sample .env

Usages

Scripts resides in src/App/*

To run the scripts

$ php src/App/SslExpiryChecker.php

Scripts List

Script Purpose
SslExpiryChecker Check the domain names for the expiry and notify

Coding Style

Please follow the PSR-2 coding standard and the PSR-4 autoloading standard.

Thank you!

About

Check SSL Expiry of Domain and Notify Via Email

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages