Extract the certificate (.crt) from 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 stores a certificate together with its private key. This tool extracts just the certificate into a PEM encoded .crt file using openssl pkcs12 -nokeys, which is handy when you need to install the certificate on a server that keeps the key separately. Enable "Include full certificate chain" to also export intermediate and root CA certificates.
Convert and package keys for SSH, TLS, and keystore workflows.