Extracting cert/key from IE pfx (pkcs12) file

Ivan R. Judson judson at mcs.anl.gov
Wed Jul 14 08:45:57 CDT 2004


If you have a cert in IE, you can export it to a pfx (portable key format?)
which is really a pkcs12 formatted file. With these two commands you can
extract the key and cert into files that we can import into the AGTk Cert
Mgmt tools.

--Ivan

openssl pkcs12 -in file.pfx -clcerts -nokeys -out certfile.pem
openssl pkcs12 -in file.pfx -nocerts -out keyfile.pem




More information about the ag-dev mailing list