Removing the ingress of pas phrase at booting

Discussion in 'Installation/Configuration' started by rafa_lore, Mar 30, 2008.

  1. rafa_lore

    rafa_lore New Member

    Hello everybody
    I'm starting with ISPconfig, and I think that it will solve a lot of problems that I'm having!!
    I installed it with out problem with the helps of the howto. But I have a question:
    Can I automate the process when the server boot that ask me to ingress the pass phrase for RSA?
    It say:

    Starting ISPConfig system...
    Apache/1.3.39 mod_ssl/2.8.30 (Pass Pharse Dialog)
    Some of your private key file are encrypted for security reasons. In order to read them you have to provede us with the pass phrases.
    Server www.xyz.com:81 (RSA)
    Enter pass phrase:

    And stop there!! If I'm not there when the server turn on I can enter the phrase!! Or how can I remove this module without having problems with ISPconfig?
    Thanks very much
    Rafael Loré
     
    Last edited: Mar 30, 2008
  2. daveb

    daveb Member

    You can either generate a new certificate following this howto http://www.howtoforge.com/faq/14_63_en.html
    just be sure during steps 7 and 8 you choose "no" otherwise you will be in same boat, or you can simply remove the passphrase of your certificate by using this
    Code:
    cd /root/ispconfig/httpd/conf/ssl.key/
    Code:
    cp server.key server.key.org
    Code:
    openssl rsa -in server.key.org -out server.key
    Code:
    chmod 400 server.key
    Code:
    /etc/init.d/ispconfig_server restart
     
    Last edited: Mar 31, 2008
  3. rafa_lore

    rafa_lore New Member

    Thank you very much, I will try what you say, or new weekend, I will reinstall the server
    Rafael Lore
     

Share This Page