Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georg-jung/pfxcreator
Creates PKCS #12 files (.pfx, .p12) from PEM representations of certificate and private key. No installation needed.
https://github.com/georg-jung/pfxcreator
azure azure-app-service certificates cloudflare pem-representations pfx pkcs12 pki
Last synced: about 1 month ago
JSON representation
Creates PKCS #12 files (.pfx, .p12) from PEM representations of certificate and private key. No installation needed.
- Host: GitHub
- URL: https://github.com/georg-jung/pfxcreator
- Owner: georg-jung
- License: mit
- Created: 2019-04-05T15:57:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T07:41:26.000Z (about 3 years ago)
- Last Synced: 2024-12-20T16:03:15.569Z (about 1 month ago)
- Topics: azure, azure-app-service, certificates, cloudflare, pem-representations, pfx, pkcs12, pki
- Language: C#
- Size: 289 KB
- Stars: 32
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PfxCreator
> PEM certificate + private key -> PFX
[![Build status](https://ci.appveyor.com/api/projects/status/5i8nbwbfef9blcqp/branch/master?svg=true)](https://ci.appveyor.com/project/georg-jung/pfxcreator/branch/master)
[Download latest release](https://github.com/georg-jung/PfxCreator/releases/latest/download/PfxCreator.exe)
PfxCreator is a simple, single-exe tool for creating PKCS #12 files (.pfx, .p12) from PEM representations of certificate and private key. No installation or dependency-files needed. PfxCreator works simple and straight forward and might be useful in many cases where you need to import certificates into Microsoft related systems. You don't need to use OpenSsl or any commandline tool. I've created this as a helper to import [Cloudflare](https://cloudflare.com) *Origin Certificates* into an [Azure App Service](https://portal.azure.com/).
* creates pfx or p12 files
* supports RSA and ECDSA keys
* output is encrypted, password can be empty![Screenshot](screenshot.png)
## System requirements
* .Net Framework 4.7.2