https://github.com/0xmohit/certmon
Utility for determining expiration of SSL certificates
https://github.com/0xmohit/certmon
ssl-cert ssl-certificates
Last synced: 6 months ago
JSON representation
Utility for determining expiration of SSL certificates
- Host: GitHub
- URL: https://github.com/0xmohit/certmon
- Owner: 0xmohit
- License: mit
- Created: 2018-01-13T17:02:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T17:31:55.000Z (over 8 years ago)
- Last Synced: 2024-06-20T06:33:30.657Z (about 2 years ago)
- Topics: ssl-cert, ssl-certificates
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## certmon
[](https://travis-ci.org/0xmohit/certmon)
Utility for determining SSL certificate expiration. It works by connecting to the specified server on the given port (default 443, if unspecified).
### Obtaining
go get github.com/0xmohit/certmon
### Usage
```
Usage of ./certmon:
-d num
warn of certificate expiration due in num days (default 7)
-urls file
path to file containing the URLs
```
The file contains one URL on a line. Specify the port with the host name if the port that server listening on is other than 443. Lines can be commented by prefixing with `#`. A sample file containing URLs is:
```
duckduckgo.com
someservertomonitor.com:8000
```