Add a certificate for the BlackBerry MDS Connection Service

If you want server-side push applications to use a publicly signed certificate when they open trusted HTTPS connections to a BlackBerry MDS Connection Service and push application data and application updates to BlackBerry devices, you can add a CA certificate for the BlackBerry MDS Connection Service to the webserver.keystore file.
  1. On the computer that hosts the BlackBerry MDS Connection Service, in the command prompt, navigate to <drive>:\Program Files (x86)\Java\<JRE_version>\bin.
  2. Type Keytool -import -trustcacerts -alias tomcat -file <trustedserver.cer> -keystore webserver.keystore.
  3. Type the keystore password.
  4. When you receive a prompt, type YES.
  5. Copy the keystore file to <drive>:\Program Files (x86)\Research In Motion\BlackBerry Enterprise Sevice 10\MDS\webserver.
After you finish: Export the certificate for the BlackBerry MDS Connection Service to make it available to other applications.