genkey segfaults when creating new cert

Alex mysqlstudent at gmail.com
Tue Nov 13 20:37:40 UTC 2012


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


More information about the users mailing list