Re: problems exporting certificate to pkcs12

2001-10-30 Thread Dr S N Henson
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

Re: problems exporting certificate to pkcs12

2001-10-29 Thread Beat Jucker
> > 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

Re: problems exporting certificate to pkcs12

2001-10-29 Thread Dr S N Henson
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

Re: problems exporting certificate to pkcs12

2001-10-29 Thread Bernd Broermann
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

Re: problems exporting certificate to pkcs12

2001-10-29 Thread Juan Carlos Albores Aguilar
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