Hi, >> 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 Awesome, thanks. it works great. Not sure how I missed that. I remembered it having been done another way. Thanks again, Alex -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx 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