<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Alexander Dalloz wrote:
<blockquote cite="mid1131736832.20572.5.camel@serendipity.dogma.lan"
 type="cite">
  <pre wrap="">Am Fr, den 11.11.2005 schrieb Jon D. Slater um 18:44:

  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap=""><a class="moz-txt-link-freetext" href="http://www.redhat.com/archives/fedora-list/2005-November/msg01104.html">http://www.redhat.com/archives/fedora-list/2005-November/msg01104.html</a>

Paul.
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
  <blockquote type="cite">
    <pre wrap="">Thanks Paul,

Seems straight-forward enough, but it didn't work...

I decrypted according to the instructions, then (to test) restarted 
httpd and was again prompted for a "pass-phrase".

What did I miss?  (Not that there's a lot to miss in 2 lines of 
instructions.)

Jon
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I would have been good if you had posted what exactly you did. From what
you wrote I assume you chose the alternate where one removes the
passphrase from the RSA key. So, given your passphrase protected is

/etc/httpd/conf/ssl.key/server.key

you run following:

1) cd /etc/httpd/conf/ssl.key
2) mv server.key server-rsa.key
3) openssl rsa -in server-rsa.key > server.key
4) chmod 400 server.key
5) chown root:root server.key
6) service httpd restart

Alexander
  </pre>
</blockquote>
<br>
That's exactly what I did...  (Just to remove any doubt, I actually
cut-n-pasted your commands.)<br>
<br>
After step 6 I get:<br>
<br>
<blockquote type="cite">Stopping
httpd:                                            [  OK  ]<br>
Starting httpd: Apache/2.0.54 mod_ssl/2.0.54 (Pass Phrase Dialog)<br>
Some of your private key files are encrypted for security reasons.<br>
In order to read them you have to provide the pass phrases.<br>
  <br>
Server <a class="moz-txt-link-abbreviated" href="http://www.blahblahblah.com:443">www.blahblahblah.com:443</a> (RSA)<br>
Enter pass phrase:<br>
  <br>
OK: Pass Phrase Dialog successful.<br>
                                                           [  OK  ]</blockquote>
<br>
<br>
</body>
</html>