David Feilen wrote: >I have generated a certificate to use as a CA root certificate. All I >want to do is export it as pkcs12 _without_ the private key so it can be >installed as a trusted certificate by the end user. >
I have the same problem preparing freeswan with PGPvpn in my case : To make an importable privat/public keypair from my selfsigned pem file I did: openssl pkcs12 -export --inkey my.key -in my.pem -out my.p12 -name "My" This works: I could import my.p12 into PGPvpn keyring. . Now I want to give my partner the pubic key ( or Certificate ) of my.pem in p12 format. But I didn't find the right syntax of openssl an get errors like David . Thank you Bernd ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]