Skip to content
This repository has been archived by the owner on Oct 21, 2018. It is now read-only.

joelvardy/expires

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expires

Do you know when your domains and SSL certificates expire?

Expiration dates of my domins

Usage

  • Install dependencies by running composer install.
  • Update the array of domains in the ./config.php file.
  • Run the checks using the command below.

Run Checks

The following command will check each domains whois expiration, and if applicable the certificate expiration.

php -f ./check.php

Note: By default whois and certificate data is cached for 24 hours.

Notes

Downloading domain certificates uses the local openssl s_client command.

Reading the downloaded certificates also uses the openssl_x509_parse function which means PHP should be compiled with the --with-openssl flag.

Build by Joel Vardy.

About

Do you know when your domains and SSL certificates expire?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages