[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] SSL Passphrase Removal



On Tue, 23 Jan 2001, Ian D. Mead wrote:

> Hello,
> 
> I have a RAQ2 and each time I have to reboot my server I have to enter the 
> pass phrase for the SSL to restart (login manually etc...).
> 
> I would like to remove this requirement.  I have searched the news groups 

The program you are looking for is openssl (you should already have it)

cp server.key server.key.org
/usr/sbin/openssl rsa -in server.key.org -out server.key
chmod 400 server.key