Extract certificate and private key from PFX/PKCS#12 files into PEM format.
Upload PFX
Select your .pfx or .p12 file
Decrypt
Provide password if the file is encrypted
Extract
Certificate and key are separated into PEM
Download
Copy or save .crt, .key, or combined .pem
PFX (PKCS#12) is a binary format that bundles a certificate with its private key and optionally intermediate CA certificates into a single encrypted file.
Common uses include migrating certificates between servers, importing into load balancers, and backing up SSL credentials.