Bundle a certificate (.cer) and its private key into a password protected PKCS#12 (.pfx) archive. Files are processed securely on the server and deleted immediately.
Waiting for input.
A PFX (PKCS#12) archive packages a certificate together with its private key - and optionally the CA chain - into a single password protected .pfx file. It is the format expected by Windows/IIS, Azure App Service, and many Java and .NET applications. This tool runs openssl pkcs12 -export on the server and returns the bundle for download.
Convert and package keys for SSH, TLS, and keystore workflows.