Hopefully someone will write that ssl cert gui panel soon. In the meantime I tried it the (not soo) hard way.
Here is a cleaner guide than I found in the official documentation written by the same guy, nick critten:
http://mirror.contribs.org/smeserver/contribs//nickcritten/howtos/ssl.htmthe official is here
http://no.longer.valid/phpwiki/index.php/Creating%20SSL%20CertificatesI did this with a command shell in Putty w/ SSH port 22 on XP pro and also had the web admin page up at the same time....(?) After several attempts, once I finally got all the input correct (i think) , I went to restart the server and got this message...
Code:
[root@dlhygt1 ssl.crt]# /etc/rc.d/init.d/httpd restart
Stopping httpd: [ OK ]
Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:443
no listening sockets available, shutting down
Unable to open logs
[FAILED]
Although, when I went to refresh the web admin a new certificate prompt came up and I was on to the web admin again.. so it seems the server is up?
SME 7.0rc2 is installed on a Dell P3 900mhz 768MB
I'm fairly new to this and my installation is quite young (though I'm not). Should I just wipe it out and start over or is this normal?
Do I have to edit the httpd.conf? Is there even such a file?
I'm lost again already...