-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tuesday 07 September 2004 19:53, Joe DeBattista wrote:
> Hi,
>I sent a query last week about removing a passphrase from an Apache
> server I have set up with openssl-0.9.7d and compiled with the gcc
> compiler. I thought I'd provide a little mor
Thanks, Himanshu. That did the trick.
Joe DeBattista
UCSF, ITS
INTERNET: [EMAIL PROTECTED]
On Tue, 7 Sep 2004, Himanshu Soni wrote:
> If you notice carefully, the openssl rsa command is asking for the
> ser
Title: RE: Removing passphrase for Apache server
If you notice carefully, the openssl rsa command is asking for the server.bak passphrase.
Once you provide that passphrase (the one that you specified when using genrsa command), server.key will contain your un-passphrased private key
hi Joe,
Joe DeBattista wrote:
When I try this, it tells me that this isn't a option in my version. This was
compiled on an AIX version 5.1 box.
# /usr/local/ssl/bin/openssl rsa -in server.bak -out server.key -nodes
unknown option -nodes
sorry my mistake - the "nodes" option is valid in "req" node
When I try this, it tells me that this isn't a option in my version. This was
compiled on an AIX version 5.1 box.
# /usr/local/ssl/bin/openssl rsa -in server.bak -out server.key -nodes
unknown option -nodes
Joe DeBattista
UCSF, I
# /usr/local/ssl/bin/openssl rsa -in server.bak -out server.key
Enter pass phrase for server.bak:
21202:error:28069065:lib(40):UI_set_result:result too small:ui_lib.c:847:You
must type in 4 to 4095 characters
Add "-nodes" to the command
Oliver
--
Diese Nachricht wurde digital unterschrieben
oliwel'
I have Apache 2.50.0 with the mod_ssl enabled on an AIX 5.1
machine. I compiled openssl-0.9.7d with the gcc compiler. When I first
installed the key, I wanted to create it with no passphrase, but it said I
needed a minimum of 4 characters. When I now try to reset it with the command
# /usr/loc