Knowledge Base Article
Article Type: How To
Product: Symphony
Product Version:
Component: Mobile Client
Device Brands:
Created: 1-Feb-2017 1:36:28 PM
Last Updated:

Add a self-signed certificate to Senstar Symphony Mobile Bridge using makecert.exe

To support SSL communications, you must add a certificate to Mobile Bridge. You can use makecert.exe, a certificate creation tool from Microsoft, to create a self-signed certificate. You must use the version of makecert.exe (x86 or x64) that matches your system architecture.

  1. Download makecert.exe.
  2. Open the command prompt as an administrator.
  3. Run the following command:
  4. makecert.exe -r -pe -n "CN=%computername%" -ss my -sr localMachine -sky exchange -a sha256 -len 2048
  5. In the Configure Symphony Mobile Bridge application, perform the following tasks:
    1. Select Show Advanced Configuration.
    2. Select Require SSL for Mobile Connections.
    3. Click Change, select the certificate, and click OK.
    4. Click Save.

Average rating:
Please log in to rate.
Rated by 0, Viewed by 2854