@cuijianzhong/certctl
v1.0.0
Published
轻量级 SSL 证书申请工具 / Lightweight SSL Certificate CLI Tool
Downloads
14
Maintainers
Readme
@z_ai/certctl
轻量级 SSL 证书申请工具,支持通配符证书 & 阿里云 DNS 自动验证。
安装
npm install -g @z_ai/certctl
# 或
npx @z_ai/certctl apply -d example.com使用
# 手动 DNS 验证
certctl apply -d example.com
# 阿里云 DNS 自动验证
certctl apply -d example.com --dns aliyun
# 查看证书
certctl list
# 续期证书
certctl renew -d example.comLicense
MIT
