https://github.com/millerjmatos/ssl_checker
ssl certificate checker script
https://github.com/millerjmatos/ssl_checker
Last synced: 6 months ago
JSON representation
ssl certificate checker script
- Host: GitHub
- URL: https://github.com/millerjmatos/ssl_checker
- Owner: millerjmatos
- License: gpl-3.0
- Created: 2025-04-05T21:26:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-05T21:32:28.000Z (6 months ago)
- Last Synced: 2025-04-05T22:24:20.504Z (6 months ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SSL Certificate Checker
A bash script to check SSL certificate expiration dates for multiple websites.
## Features
- Monitor multiple domains
- Visual status indicators (✓, ⚠, ✘)
- No external dependencies## Usage
1. Clone and make executable:
```
chmod +x ssl-cert-checker.sh
```2. Edit domains list:
```bash
URLS=(
"example.com"
"yourdomain.com"
# Add more URLs here
)
```3. Run:
```
./ssl-cert-checker.sh
```___
Created by [Muller Matos](https://linktr.ee/millerjmatos)