Extracting cert/key from IE pfx (pkcs12) file

Robert Olson olson at mcs.anl.gov
Wed Jul 14 09:36:46 CDT 2004


certmgr should also be able to load pkcs12's directly.

On Wed, 14 Jul 2004, Ivan R. Judson wrote:

> 
> 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