2 个稳定版本
新 1.0.1 | 2024 年 8 月 20 日 |
---|---|
1.0.0 | 2024 年 8 月 13 日 |
#516 在 命令行工具
每月 236 次下载
29KB
477 代码行
pfxers
pfxers
允许您查看 PFX 或 PEM 文件,显示它们的属性并复制其内容(证书、证书链、密钥)。
Cargo
cargo install pfxers --locked
使用示例
基本用法
pfxers certificate.crt
使用受密码保护的 PFX 文件
pfxers password-protected.pfx --password 'thisissecret'
使用受密码保护的 PFX 文件,密码在文件中
pfxers password-protected.pfx --password-file password.txt
命令参考
Usage: pfxers [OPTIONS] <INPUT>
Arguments:
<INPUT> The PFX/PKCS12/pem file to inspect
Options:
--password-file <PASSWORD_FILE>
The file containing the password of the PFX/PKCS12 file
--password <PASSWORD>
The password of the PFX/PKCS12 file You should prefer the use of --password-file or
use the PFX_PASSWORD environment variable [env: PFX_PASSWORD=]
-h, --help
Print help
-V, --version
Print version
许可
该项目受以下任一许可证的约束:
- Apache 许可证 2.0 版,(LICENSE-APACHE 或 https://apache.ac.cn/licenses/LICENSE-2.0)
- MIT 许可证 (LICENSE-MIT 或 http://opensource.org/licenses/MIT)
任选其一。
版权 2024 pfxers 贡献者
贡献
除非您明确说明,否则根据 Apache-2.0 许可证定义,您有意提交的任何贡献,都应按上述方式双许可,无需任何额外条款或条件。
依赖关系
~23–38MB
~594K SLoC