Hi All, i have a problem after install SSL on Apache, when the installation is well and no problem, if access domain which include SSL, (below) https://centos.co.id and https://centos.org it's work, the real problem when restart my computer (apache), when restart on process ask for password RSA when booting CentOS 5.5, more details can see in picture http://s16.postimage.org/4lnhhprkl/passwd_centos.png How do past this password, because if type manual this computer can't finish booting. i am sorry speak english is't very bad :D Thank You :) -- http://mafatahna.web.id @mafatahna
On 05/28/2012 09:03 PM, Muhammad A. Fatahna wrote:> Hi All, > > i have a problem after install SSL on Apache, when the installation is > well and no problem, if access domain which include SSL, (below) > > https://centos.co.id and https://centos.org > > it's work, the real problem when restart my computer (apache), when > restart on process ask for password RSA when booting CentOS 5.5, more > details can see in picture > > http://s16.postimage.org/4lnhhprkl/passwd_centos.png > > How do past this password, because if type manual this computer can't > finish booting. > i am sorry speak english is't very bad :D > > Thank You :)You have a pass-phrase-encoded SSL cert. I do the same, and solve the boot problem by taking apache out of the list of start programs. It just means you have to manually start apache post-boot so that you can enter the pass-phrase. This was done by whomever created your server's SSL cert. If you want to remove the pass-phrase, speak to that person. -- Digimer Papers and Projects: https://alteeve.com
2012/5/29 Muhammad A. Fatahna <mafatahna at gmail.com>:> Hi All, > > i have a problem after install SSL on Apache, when the installation is > well and no problem, if access domain which include SSL, (below) > > https://centos.co.id and https://centos.org > > it's work, the real problem when restart my computer (apache), when > restart on process ask for password RSA when booting CentOS 5.5, more > details can see in picture > > http://s16.postimage.org/4lnhhprkl/passwd_centos.png > > How do past this password, because if type manual this computer can't > finish booting. > i am sorry speak english is't very bad :DJust remove password from private key : http://linuxsysadminblog.com/2009/03/remove-passphrase-from-private-key/ -- Eero