17 个稳定版本
1.1.0 | 2023 年 11 月 13 日 |
---|---|
1.0.14 | 2022 年 11 月 4 日 |
1.0.13 | 2022 年 3 月 19 日 |
1.0.12 | 2021 年 5 月 6 日 |
1.0.3 | 2018 年 11 月 11 日 |
3 in #ssl-certificate
34 每月下载
16KB
290 行
Simple SSL with ACME and CloudFlare
Simple SSL with ACME and CloudFlare 是一个通过使用 OpenSSL 和 ACME 通过 CloudFlare DNS 简化 SSL 证书申请的工具。
帮助
EXAMPLES:
simple-ssl-acme-cloudflare --cf-email xxx@example.com --cf-key xxxooo # Apply a SSL certificate and installs to the ssl folder in the current working directory
simple-ssl-acme-cloudflare --cf-email xxx@example.com --cf-key xxxooo -o /path/to/folder # Apply a SSL certificate and installs to /path/to/folder
Usage: simple-ssl-acme-cloudflare [OPTIONS]
Options:
--openssl-path <OPENSSL_PATH> Specify the path of your compress executable binary file [default: openssl]
--acme-path <ACME_PATH> Specify the path of your ACME executable script file [default: acme.sh]
-o, --output-path <OUTPUT_PATH> Assign a destination of your installed certificate files. It should be a folder [default: ssl] [aliases: output]
-k, --cf-key <CF_KEY> Set the CloudFlare API key for your domain [env: CF_Key=]
-e, --cf-email <CF_EMAIL> Set the CloudFlare API email for your domain [env: CF_Email=]
--force-csr-key Force to regenerate a new CSR and a new key
--force-dhparam Force to regenerate a new dhparam
-h, --help Print help
-V, --version Print version
您需要将 config.txt 文件放入 OUTPUT_PATH
目录。该文件用于 openssl。
许可证
依赖项
~3–12MB
~145K SLoC