
Security News
New CVE Forecasting Tool Predicts 47,000 Disclosures in 2025
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
github.com/peteretelej/cert-checker
Cert-Checker is a simple and efficient Go application that helps you monitor SSL/TLS certificates for specified domains. It checks the validity of certificates at regular intervals and logs certificate failures. It also optionally supports logging to Papertrail.
You can download the latest release from the releases page.
Alternatively, you can build the application from source:
git clone https://github.com/peteretelej/cert-checker.git
cd cert-checker
go build
# run app
./cert-checker -domain example.com -interval 1m
You can run the app using the following command-line options:
Usage of cert-check:
-domain string
domain to validate
-domains string
text file contain domains to validate, see sample (optional)
-interval duration
interval to validate domain (optional, default 30s) (default 30s)
-papertrail string
papertrail destination address logsN.papertrailapp.com:XXXXX (optional)
./cert-check -domain example.com -interval 1m -papertrail papertrail.example.com:12345
This command will check the SSL/TLS certificates for example.com every minute and send the logs to the specified Papertrail destination (if provided).
Replace example.com
with the domain you want to check, 30s
with the desired check interval (e.g., 1m for one minute,1h etc), and (If you want to log to papertrail) papertrail.example.com:12345
with your Papertrail logging address and port.
If you would like to contribute to the project, feel free to submit a pull request or open an issue on GitHub.
This project is licensed under the MIT License - see the LICENSE file for details
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.