Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 448 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 448 Bytes

check-ssl-cert

Check the ssl certification's expiry.

Synopsis

check-ssl-cert --host mackerel.io --warning 30 --critical 7

Options

Application Options:
  -H, --host=            Host name
  -p, --port=            Port number (default: 443)
  -w, --warning=days     The warning threshold in days before expiry (default: 30)
  -c, --critical=days    The critical threshold in days before expiry (default: 14)