apache with ssl
for installation http://www.modssl.org/example/ for SSL certificate http://onlamp.com/onlamp/2008/03/04/step-by-step-configuring-ssl-under-apache.html http://www.apache.com/resources/how-to-setup-an-ssl-certificate-on-apache/
how to start apache without manually entering the ssl passphrase
location
/usr/local/apache2/conf/extra
create file - with execution permission
passphrasepassword
passphrasepassword file content
----------------
#!/bin/sh
echo "Im98Redh@7"
httpd-ssl.conf
edit:
SSLPassPhraseDialog exec:/usr/local/apache2/conf/extra/passphrasepassword
No comments:
Post a Comment