Re: remove a passphrase

1999-10-26 Thread Klaus-Peter Boden
On Tue, Oct 26, 1999 at 10:25:34PM +0200, Rene G. Eberhard wrote: > > openssl rsa -in o.txt > p.txt Thanx! Its so easy I should hve read the docs better :-( Klaus -kpb> __ OpenSSL Project http:

Re: Netscape4.6: [Certificate Authority] Internal Error

1999-10-26 Thread Dr Stephen Henson
ca2cert.cacert is not a valid CA: the extensions are wrong. When you sign the request for CA2 you need to use the correct CA extensions. Check out some of the stuff in docs/openssl.txt for some info. CAs and end user certificates have different extensions so end users can't pretend to be a CA.

Re: new entry

1999-10-26 Thread Kris Kennaway
On Tue, 26 Oct 1999, Roberto Micarelli wrote: > Hi, I'm very new to the list, excuse me in the case of redundand questions. > I started to study openssl API but I'm ignorant about certain issues related > to that, the meaning of words like certificate, etc... > Is there an overview tutorial on th

Re: How to create a cert with SGC?

1999-10-26 Thread Dr Stephen Henson
Rene G. Eberhard wrote: > > BTW: I'm looking for Berkeley DB 1.85 on Windows. > Does anybody have the port? > When I checked ages ago a port was present in the Mozilla source release. Its only hash database support and a bit of a hack but it seems to be fairly stable. If you find a full port t

Root CA creation

1999-10-26 Thread Mark Einreinhof
Can I make my own root CA? Then make a server certificate for my web server and also user certificates for myself and the 3 other users? Is there a howto? Cheers -Mark __ OpenSSL Project http://ww

Re: remove a passphrase

1999-10-26 Thread Rene G. Eberhard
openssl rsa -in o.txt > p.txt -- --- Rene G. Eberhard Mail : [EMAIL PROTECTED] - Original Message - From: Klaus-Peter Boden <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 26, 1999 6:05 PM Subject: remove a

Re: How to create a cert with SGC?

1999-10-26 Thread Rene G. Eberhard
- Original Message - From: Dr Stephen Henson <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 26, 1999 12:43 AM Subject: Re: How to create a cert with SGC? > The US export regulations don't automatically allow SGC to work just > because a certificate contains the right

Re: remove a passphrase

1999-10-26 Thread Tomi Kause
Klaus-Peter Boden writes: > how can I remove a passphrase from an existing private/public > rsa key pair using openssl? openssl rsa -in server.key -out server_key_without_passphrase.key //toka Cthulhu for President -- for when you're tired of choosing the _lesser_ of the two evils. ___