Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iloveicedgreentea/pfx-to-pem
https://github.com/iloveicedgreentea/pfx-to-pem
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iloveicedgreentea/pfx-to-pem
- Owner: iloveicedgreentea
- License: gpl-3.0
- Created: 2017-08-20T23:42:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T01:07:57.000Z (over 7 years ago)
- Last Synced: 2024-10-26T05:17:45.552Z (about 2 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Usage
pfxtopem.py -password PASSWORD -file "full/path/to/file.pfx"This will extract the key, cert, and ca from the pfx. I wrote this when I set up an Active Directory CA and had to transfer a lot of certs to linux systems quickly
Based on this script, I wrote [Vault-PEMfx](https://github.com/Ilanpon/Vault-PEMfx) to use in production which does all this and integrates with Vault i.e. convert pfx -> PEM, upload to Vault