Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Guty on June 24, 2004, 11:58:09 AM
-
My mitel sme server is working with two certificates , one ebay its configured as i write in my first post an the other are configured by default...When i connect to https://mydomain.com:8080 it uses mydomain.com certificate and when i connect to https://mydomain1.com it uses mydomain1.com certificate...my problem is that i dont know how to configure the httpd.conf file in templates so that add the path to me of certificates of each ibay. I by hand do it in the httpd.conf file but when i restart my server returns to his default configuration ..
-
hi,
Can you please explain the change(s) you make in your http.conf file ?
I don't know anything about the use of two diferrents certificates on SME, and if you tell me how to do that, I certainly can answer how to template that :-D
And so you learn me something and I learn you something.
Nice, no ?
Regards,
-
Guty
Follow this link to find out how to set up templates.
http://no.longer.valid/phpwiki/index.php/Customizing
Enjoy,
It's all fun and easy too!
:hammer:
-
I do the changes directly in /etc/httpd/conf/httpd.conf I only add the line "listen 8080" following "listen 80" in line 192 aprox.. And in the section of virtualhost on ssl configuration of one of the virtualdomain i put SSLEnable on and write the path to the domain certificates like this:
.....
#SSL Directives
SSLEngine on
SSLCertificateFile /path/to/cert
SSLCertificateKey /path/to/key
.....
i read this document to create certificates
http://no.longer.valid/phpwiki/index.php/Creating%20SSL%20Certificates
If you do that it works correctly but the system restart the options by default in the next changes..for that i want to lear how to set this changes whit templates-custom and not by hand editing httpd.conf
-
If you set up the custom template as the instructions in the link
http://no.longer.valid/phpwiki/index.php/Customizing
Then when the Server is restarted, you will not need to go back and hand edit the http.conf file.