Beat Jucker wrote:
>
>
> I also have a problem to understand all the bits&pieces. Let me ask
> this question: I have a self signed CA root certificate. I also
> have generated a user key and the corresponding user certificate.
> Now I'd like to send the user key, user certifiacte and the CA root
> > 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 thought this would do it. Using OpenSSL 0.9.5a
> >
> > openssl pkcs12 -export
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 thought this would do it. Using OpenSSL 0.9.5a
>
> openssl pkcs12
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 mak
11:51 PM
Subject: problems exporting certificate to pkcs12
> 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 thou