Alex wrote:

> It won't accept an empty password. How do I create a key without a
> password so I don't have to enter it every time I restart apache?


Use the decrypted key in your Apache configuration as follows:

  # Point to the PEM-encoded certificate and private key
  SSLCertificateFile /etc/httpd/conf/ssl.crt/www.example.com.crt
  SSLCertificateKeyFile /etc/httpd/conf/ssl.key/www.example.com.key.unsecure

Regards,

Matthew Roth
InterMedia Marketing Solutions
Software Engineer and Systems Developer
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to