This is a discussion on apache 2.0.48 https within the Linux Web Servers forums, part of the Web Server and Related Forums category; I installed apache 2.0.48 with ssl enabled like ../configure \ --prefix=/usr/local/apache \ --with-ssl=/usr/local/ssl \ --...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I installed apache 2.0.48 with ssl enabled like
../configure \ --prefix=/usr/local/apache \ --with-ssl=/usr/local/ssl \ --enable-ssl \ --enable-most then run make make install Before I run "make install" I tried to run "make certificate" this was unsuccessful the following error message was displayed "No rule to make target `certificate`. stop" when "make install" finished, I issued ./httpd -l and this shows mod_ssl.c I am able to start apache successfully(./apachectl start) but when i tried to https(./apachectl startssl) I received the following error SSLCertificateFile: file: /usr/local/apache/conf/ssl.crt/server.crt does not exist. How do I generate ssl certificate with apache 2.0.48? Can you help? please Thanks in Advance |
|
|||
|
2.x no longer uses "make certificate". See this page for more info:
http://httpd.apache.org/docs-2.0/ssl...tml#aboutcerts -- Dan Wilga dwilga-MUNGE@mtholyoke.edu ** Remove the -MUNGE in my address to reply ** |