Using SSL with Web Interface: Difference between revisions

From RangerMSP Wiki - PSA software for MSPs and IT services providers
Jump to navigation Jump to search
(Created page with 'Commit Web Interface supports the ability to accept SSL connections (https rather than http). Using SSL with Commit Web Interface is OPTIONAL. You can use Commit Web Interface w…')
 
Line 17: Line 17:


If your certificates are in another file format, convert them to the .pem file format.
If your certificates are in another file format, convert them to the .pem file format.
Read section F on SSL Troubleshooting below to see how to convert certain types of SSL certificate file formats.
Read the [[Installation Troubleshooting|SSL Troubleshooting]] to see how to convert certain types of SSL certificate file formats.
 
== Activating SSL with Commit ==
You need to instruct Commit Web Interface to use SSL. To do so, you must edit the following file:<br><Installation_DIR>\Commit\WebInterface\CommitWebInterface.ini
 
Change the token settings in the above file to Yes as follows:<br>UseSSLEncryption=Y

Revision as of 08:32, 28 July 2009

Commit Web Interface supports the ability to accept SSL connections (https rather than http).

Using SSL with Commit Web Interface is OPTIONAL. You can use Commit Web Interface without setting up SSL.

The first step you should take if you want to use SSL with Commit Web Interface is to obtain SSL certificates from an authorized SSL authority such as Verisign or Thawte.


Saving the Certificates Files

Commit requires that your certificates files be in the .pem file format. You should have three certificates files with the following names:

Key.pem
Cert.pem
Root.pem

Place your certificates files in the following folder:

<Installation_DIR>\Commit\WebInterface

If your certificates are in another file format, convert them to the .pem file format. Read the SSL Troubleshooting to see how to convert certain types of SSL certificate file formats.

Activating SSL with Commit

You need to instruct Commit Web Interface to use SSL. To do so, you must edit the following file:
<Installation_DIR>\Commit\WebInterface\CommitWebInterface.ini

Change the token settings in the above file to Yes as follows:
UseSSLEncryption=Y