Check domains SSL certificates expiration date from csv file
- Install dependencies
pip install python-dotenv
- Clone git repository
git clone https://github.com/mchanchaf/sslchecker.git
-
Rename .env.local to .env and change mailgun SMTP settings (only if you want to receive logs via email)
-
Create a file domains.csv without headers and put domains to scan (domain per line)
Run the following command and wait until it end
python3 checker.py
The script will update the domains.csv file with expirations dates and errors (if any)