RE: [users@httpd] apache and ssl

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

 



Oliver,

    Thanks for the info.  I will start to work on the certificate/key situation once I get the some of these other issues worked out.  Are you overly familiar with key creation, etc?

Thanks,
Dave


Oliver.Schaudt@xxxxxxxxx wrote:

>Joshua,
>Here is what is listed in the logs, but this is from this morning. I don't know why this information hasn't been updated:
> [Wed Jun 28 11:27:03 2006] [error] Init: Unable to read pass phrase [Hint: key introduced or changed before restart?]

If you don't want to enter the passphrase at each start of Apache
and to eliminate th eoccurance of this error,
than you will have to delete the passphrase from your KEY.

Make this
- Take your "SSLCertificateKeyFile /etc/apache2/ssl/keys/sitename.com.key"
- openssl rsa -in /etc/apache2/ssl/keys/sitename.com.key -out /etc/apache2/ssl/keys/sitename.com.nopp.key
- You will be asked for the passphrase
- Than change in your config:
from
SSLCertificateKeyFile /etc/apache2/ssl/keys/sitename.com.key
to
SSLCertificateKeyFile /etc/apache2/ssl/keys/sitename.com.nopp.key
[see also http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#removepassphrase]


Than it will never asked again an the above error should not come again.

bye
Oliver
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
" from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux