Ssl Cert Manager
by bytesagain1
A pure Unix shell script ACME client for SSL / TLS certificate automation ssl cert manager, shell, acme, acme-challenge, acme-protocol, acme-v2.
安装
claude skill add --url github.com/openclaw/skills/tree/main/skills/bytesagain1/ssl-cert-manager文档
SSL Cert Manager
SSL/TLS certificate management and devtools toolkit. Check certificate status, validate configurations, generate CSRs, format cert data, lint security settings, explain certificate chains, convert between formats, and more — all from the command line.
Commands
Run ssl-cert-manager <command> [args] to use. Each command records timestamped entries to its own log file.
Core Operations
| Command | Description |
|---|---|
check <input> | Check a certificate's validity, expiration, or chain |
validate <input> | Validate SSL/TLS configuration or certificate data |
generate <input> | Generate CSRs, self-signed certs, or key pairs |
format <input> | Format certificate data for display or storage |
lint <input> | Lint SSL configuration for security best practices |
explain <input> | Record notes explaining certificate chains or protocols |
convert <input> | Convert between certificate formats (PEM ↔ DER ↔ PKCS12) |
template <input> | Store or retrieve certificate configuration templates |
diff <input> | Record differences between certificate versions or configs |
preview <input> | Preview a certificate operation before applying |
fix <input> | Log a fix applied to a certificate issue |
report <input> | Record an SSL audit report or scan finding |
Utility Commands
| Command | Description |
|---|---|
stats | Show summary statistics across all log files (entry counts, disk usage) |
export <fmt> | Export all data in a given format: json, csv, or txt |
search <term> | Search across all log files for a keyword (case-insensitive) |
recent | Display the last 20 lines from the activity history log |
status | Health check — version, data dir, entry count, disk usage |
help | Show the full command reference |
version | Print current version (v2.0.0) |
Note: Each core command works in two modes — call with no arguments to view recent entries (last 20), or pass input to record a new timestamped entry.
Data Storage
All data is stored locally in plain-text log files:
~/.local/share/ssl-cert-manager/
├── check.log # Certificate check records
├── validate.log # Validation results
├── generate.log # Generated CSRs/certs
├── format.log # Formatted certificate data
├── lint.log # Security lint findings
├── explain.log # Chain/protocol explanations
├── convert.log # Format conversion records
├── template.log # Config templates
├── diff.log # Cert version diffs
├── preview.log # Preview entries
├── fix.log # Applied fix records
├── report.log # Audit reports
└── history.log # Unified activity log (all commands)
Each entry is stored as YYYY-MM-DD HH:MM|<input> (pipe-delimited). The history.log file receives a line for every command executed, providing a single timeline of all activity.
Requirements
- Bash 4.0+ (uses
set -euo pipefail) - Standard Unix utilities:
date,wc,du,tail,grep,sed,cat,basename - No external dependencies — pure bash, works on any Linux or macOS system
When to Use
- Certificate expiration monitoring — use
checkto record cert expiry dates and set up renewal reminders - SSL configuration audits — use
lintandreportto document security findings across your domains - Certificate format conversion — use
convertwhen switching between PEM, DER, and PKCS12 formats for different services - CSR and key generation tracking — use
generateto log when new CSRs or self-signed certs are created - Migration planning — use
diffandtemplateto track certificate changes during infrastructure migrations
Examples
# Check certificate expiration for a domain
ssl-cert-manager check "example.com: expires 2025-12-31, SHA-256, Let's Encrypt"
# Validate SSL configuration
ssl-cert-manager validate "nginx TLS 1.3 config — HSTS enabled, OCSP stapling on"
# Generate a CSR record
ssl-cert-manager generate "CSR for api.example.com — RSA 2048, CN=api.example.com"
# Convert certificate format
ssl-cert-manager convert "PEM -> PKCS12 for api.example.com (with chain)"
# Lint for security issues
ssl-cert-manager lint "WARNING: TLS 1.0 still enabled on legacy.example.com"
# Export all records to JSON
ssl-cert-manager export json
# Search for all entries about a specific domain
ssl-cert-manager search example.com
# View overall statistics
ssl-cert-manager stats
Configuration
Set the SSL_CERT_MANAGER_DIR environment variable to change the data directory:
export SSL_CERT_MANAGER_DIR="/custom/path/to/data"
Default: ~/.local/share/ssl-cert-manager/
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
相关 Skills
表格处理
by anthropics
围绕 .xlsx、.xlsm、.csv、.tsv 做读写、修复、清洗、格式整理、公式计算与格式转换,适合修改现有表格、生成新报表或把杂乱数据整理成交付级电子表格。
✎ 做 Excel/CSV 相关任务很省心,能直接读写、修复、清洗和格式转换,尤其擅长把乱七八糟的表格整理成交付级文件。
PDF处理
by anthropics
遇到 PDF 读写、文本表格提取、合并拆分、旋转加水印、表单填写或加解密时直接用它,也能提取图片、生成新 PDF,并把扫描件通过 OCR 变成可搜索文档。
✎ PDF杂活别再来回切工具了,文本表格提取、合并拆分到OCR识别一次搞定,连扫描件也能变可搜索。
Word文档
by anthropics
覆盖Word/.docx文档的创建、读取、编辑与重排,适合生成报告、备忘录、信函和模板,也能处理目录、页眉页脚、页码、图片替换、查找替换、修订批注及内容提取整理。
✎ 搞定 .docx 的创建、改写与精排版,目录、批量替换、批注修订和图片更新都能自动化,做正式文档尤其省心。
相关 MCP 服务
文件系统
编辑精选by Anthropic
Filesystem 是 MCP 官方参考服务器,让 LLM 安全读写本地文件系统。
✎ 这个服务器解决了让 Claude 直接操作本地文件的痛点,比如自动整理文档或生成代码文件。适合需要自动化文件处理的开发者,但注意它只是参考实现,生产环境需自行加固安全。
by wonderwhy-er
Desktop Commander 是让 AI 直接执行终端命令、管理文件和进程的 MCP 服务器。
✎ 这工具解决了 AI 无法直接操作本地环境的痛点,适合需要自动化脚本调试或文件批量处理的开发者。它能让你用自然语言指挥终端,但权限控制需谨慎,毕竟让 AI 执行 rm -rf 可不是闹着玩的。
EdgarTools
编辑精选by dgunning
EdgarTools 是无需 API 密钥即可解析 SEC EDGAR 财报的开源 Python 库。
✎ 这个工具解决了金融数据获取的痛点——直接让 AI 读取结构化财报,比如让 Claude 分析苹果的 10-K 文件。适合量化分析师或金融开发者快速构建数据管道。但注意,它依赖 SEC 网站稳定性,高峰期可能延迟。