« Return to Thread: convert pfx to use with cryptlib

convert pfx to use with cryptlib

by GuTyKa :: Rate this Message:

Reply to Author | View in Thread

Hello!

I would like to use a certificate and key pair exported from Internet
Explorer in PFX format. I've managed to make a PEM file out of it by
using openssl:
$> openssl pkcs12 -in file.pfx -out file.pem

Then I've tried to use pemtrans to make a P15 file that can be used with
crytlib, but it says:

$> pemtrans file.pem file.pem file.p15 "Customer Name" password
Couldn't load private key from 'file.pem'
25948:error:0906D06C:lib(9):func(109):reason(108):pem_lib.c:644:Expecting:
ANY PRIVATE KEY

Maybe someone can help. I'm sure it's not hard to convert I'm just
missing something :)

Thanks for help!

_______________________________________________
Cryptlib mailing list
Cryptlib@... via Mail: cryptlib-request@...
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, please
subscribe in order to post messages.

 « Return to Thread: convert pfx to use with cryptlib