https://github.com/adambirds/ssl-cert-expiry-tracker
Check SSL Certs for Expiry and Send Notifications
https://github.com/adambirds/ssl-cert-expiry-tracker
Last synced: 4 months ago
JSON representation
Check SSL Certs for Expiry and Send Notifications
- Host: GitHub
- URL: https://github.com/adambirds/ssl-cert-expiry-tracker
- Owner: adambirds
- License: gpl-3.0
- Created: 2022-07-10T01:02:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T18:51:31.000Z (7 months ago)
- Last Synced: 2025-01-08T05:02:46.684Z (5 months ago)
- Language: Python
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing/commit-guidelines.md
- Funding: FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# SSL Certificate Expiry Checker
[](https://github.com/psf/black)
[](https://github.com/python/mypy)
## Support
For support using this bot, please join our [official support server](https://discord.gg/f5veJaa4ZX) on [Discord](https://discord.com).[](https://discord.gg/f5veJaa4ZX)
## Source
The source code can be found [here](https://github.com/adambirds/ssl-cert-expiry-checker).Contributions welcome and gratefully appreciated!
## Requirements
Python 3 (Version 3.10 or later). May work with lower, but not tested.## Installation
This has only been tested on Linux, so preferably use Linux or WSL 2 if on Windows.
Navigate to where you will store the bot files, then run:
```
git clone [email protected]:adambirds/ssl-cert-expiry-checker.git
```Then run:
```
tools/setup/prep-prod-environment
```Then run:
```
cp example-config.yaml config.yaml
```## License
This project is released under the [GNU GENERAL PUBLIC LICENSE v3](https://github.com/adambirds/ssl-cert-expiry-checker/blob/main/LICENSE).
## Contributing
Anybody is welcome to contribute to this project. I just ask that you check out our contributing guidelines
[here](https://github.com/adambirds/ssl-cert-expiry-checker/blob/main/docs/contributing/contributing.md) first.