Crates.io | pfxers |
lib.rs | pfxers |
version | 1.0.1 |
source | src |
created_at | 2024-08-13 16:06:52.353399 |
updated_at | 2024-08-20 15:28:57.267218 |
description | Cross-platformTUI allowing to easily extract and convert information from PFX and PEM certificates and keys |
homepage | |
repository | https://github.com/s-ted/pfxers |
max_upload_size | |
id | 1336216 |
size | 98,096 |
pfxers
allows you to look into PFX or PEM files, display their properties
and copy their contents (certificate, certificate chains, key).
cargo install pfxers --locked
Basic usage:
pfxers certificate.crt
Using a password protected PFX file:
pfxers password-protected.pfx --password 'thisissecret'
Using a password protected PFX file, the password being in a file:
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
This project is licensed under either of
at your option.
Copyright 2024 pfxers Contributors
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.