#证书 #PEM #图形用户界面 #跨平台 #内容 #PFX

应用程序 pfxers

跨平台图形用户界面,可轻松提取和转换 PFX 和 PEM 证书和密钥的信息

2 个稳定版本

1.0.1 2024 年 8 月 20 日
1.0.0 2024 年 8 月 13 日

#516命令行工具

Download history 100/week @ 2024-08-08 136/week @ 2024-08-15

每月 236 次下载

MIT/Apache

29KB
477 代码行

Continuous integration Crate HitCount

pfxers

pfxers 允许您查看 PFX 或 PEM 文件,显示它们的属性并复制其内容(证书、证书链、密钥)。

Cargo

Crates.io

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

许可

该项目受以下任一许可证的约束:

任选其一。

版权 2024 pfxers 贡献者

贡献

除非您明确说明,否则根据 Apache-2.0 许可证定义,您有意提交的任何贡献,都应按上述方式双许可,无需任何额外条款或条件。

依赖关系

~23–38MB
~594K SLoC