[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] SSL Passphrase Removal
- Subject: Re: [cobalt-users] SSL Passphrase Removal
- From: flash22@xxxxxxx
- Date: Wed Jan 24 19:19:30 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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