Extract the certificate (.cer) from a password protected PKCS#12 (.p12) archive. Files are processed securely on the server and deleted immediately.
Waiting for input.
A P12 (PKCS#12) archive stores a certificate together with its private key. This tool extracts just the certificate into a PEM encoded .cer file using openssl pkcs12 -nokeys, which is handy when you need to install the certificate on a server or import it into a trust store separately from the key. Enable "Include full certificate chain" to also export intermediate and root CA certificates.
Convert and package keys for SSH, TLS, and keystore workflows.