genkey segfaults when creating new cert

Matthew J. Roth mroth at imminc.com
Tue Nov 13 18:09:53 UTC 2012


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


More information about the users mailing list