Adding the Active Directory SSL Certificate to the Vocera Voice Server Java Keystore

After you export the CA certificate for the Active Directory server, you must add it to the Java keystore on each Vocera Voice Server machine.

To add the Active Directory SSL certificate to the Java keystore on the Vocera Voice Server machine:

  1. Copy the CA certificate from the Active Directory server to the Vocera Voice Server machine. For example, copy it to the root of the C: drive on the Vocera Voice Server machine.
  2. Open a Command Prompt window.
  3. Change to the %VOCERA_DRIVE%\vocera\server folder:
    cd %VOCERA_DRIVE%\vocera\server
  4. Run the following command:
    importcert.bat Alias Certpath
    where
    • Alias is the IP address of the Active Directory server

    • CertPath is the full path and file name of the CA certificate (for example, c:\certnew.cer)

Important: If you uninstall and then reinstall the Vocera Voice Server, you must add the Active Directory SSL certificate to the Java keystore again.