https://github.com/sesh/cert-checker-personal
https://github.com/sesh/cert-checker-personal
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sesh/cert-checker-personal
- Owner: sesh
- Created: 2022-02-13T23:33:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-30T22:08:45.000Z (over 1 year ago)
- Last Synced: 2025-04-06T23:25:21.429Z (over 1 year ago)
- Language: Python
- Size: 57.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cert Checker
This tiny project takes a list of domains (`domains.txt`) and checks the certificate expiry. Once that's done, it does two things:
- Adds the list of domains with their SSL certificate expiry to the end of this README
- Creates a new Github Issue if the SSL certificate expires in less than 30 days (if `GITHUB_TOKEN` is present) and again with 15 days remaining.
## Usage
Use this template to create a version of the project in your Github account, then edit `domains.txt` to set up the domains you want to track.
### Optional Steps
- Modify `.github/workflows/run.yml` to configure the frequency you run the bot
- Modify `.github/workflows/run.yml` to update the email address for the bot
## Results
| Expiry | Domain |
|-----------|----------|
| 2025-05-14 | utils.brntn.me |
| 2025-05-14 | hn500.brntn.me |
| 2025-05-31 | news.ycombinator.com |
| 2025-06-18 | basehtml.xyz |
| 2025-06-18 | www.basehtml.xyz |
| 2025-06-23 | brntn.me |
| 2025-06-23 | www.brntn.me |
| 2025-06-28 | runrandomly.com |
| 2025-06-28 | www.runrandomly.com |
| 2025-06-28 | requestheaders.dev |
| 2025-06-28 | www.requestheaders.dev |
| 2025-11-03 | fastmail.com |
| 2025-11-25 | abc.net.au |
| 2026-01-15 | example.com |
| LookupFailed | loginwith.space |
| LookupFailed | www.loginwith.space |
| LookupFailed | dockerwatch.net |
| LookupFailed | www.dockerwatch.net |
| LookupFailed | delta-v.club |
| LookupFailed | webdevctf.com |
| LookupFailed | www.webdevctf.com |
| LookupFailed | clues.webdevctf.com |
| SSLConnectionFailed | django-up.com |
| SSLConnectionFailed | www.django-up.com |
| UnknownSSLFailure | bookmarks.brntn.me |