PFX / PKCS#12 Creator

Bundle a certificate with its private key into a PFX/PKCS#12 file for use in Windows/.NET environments.

The PFX/PKCS#12 format bundles your certificate with its private key. Common in Windows/.NET environments, IIS, and Azure.

*
Drop file or click to browse
*
Drop file or click to browse
Drop file or click to browse
*
OpenSSL Equivalent
openssl pkcs12 -export \
  -in certificate.pem \
  -inkey private-key.pem \
  -out certificate.pfx

This tool runs entirely in your browser. No data is sent to any server, collected, or stored. Your input never leaves your device.