HomeBrowseUpload
← Back to registry
// Skill profile

certcheck

name: "certcheck"

by bytesagain1 · published 2026-03-22

数据处理
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:bytesagain1/bytesagain1-certcheck
View on GitHub
// Full documentation

---

name: "certcheck"

version: "3.0.0"

description: "Check SSL certificates on remote domains for expiry and chain validity. Use when auditing SSL health."

author: "BytesAgain"

homepage: "https://bytesagain.com"

---

# certcheck

Check SSL certificates on remote domains for expiry and chain validity. Use when auditing SSL health.

Commands

`check`

scripts/script.sh check <domain>

`expiry`

scripts/script.sh expiry <domain>

`chain`

scripts/script.sh chain <domain>

`compare`

scripts/script.sh compare <d1 d2>

`batch`

scripts/script.sh batch <file>

`report`

scripts/script.sh report <domain>

Data Storage

Data stored in `~/.local/share/certcheck/`.

---

*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*

// Comments
Sign in with GitHub to leave a comment.
// Related skills

More tools from the same signal band