An open API service indexing awesome lists of open source software.

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

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)