Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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