%_load manual.var%
Installing Certificates
Installing Certificates
ConferenceRoom will automatically create certificates that are needed to create an SSL
link between the ConferenceRoom web server and the browser. This certificate will not
be automatically trusted by the users browser and they will get an alert before it is
approved. In some cases you may want to get a certificate from a root signing authority
like RSA. These certificates will not cause an alert on the Netscape or Internet Explorer.
After you have been issued a certificate you will need to install it on the server. You
need to install this for both the Chat Server and the Web Server. The commands to do so
are:
/as general set certfile certificates/cert.pem
/as general ssl keyfile certificates/key.pem
/as web set certfile certificates/cert.pem
/as web ssl keyfile certificates/key.pem
The servers will need to be restarted for this setting to take effect.