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.
- On the computer that hosts the BlackBerry MDS Connection Service, in the command prompt, navigate to <drive>:\Program Files (x86)\Java\<JRE_version>\bin.
- Type Keytool -import -trustcacerts -alias tomcat -file <trustedserver.cer> -keystore webserver.keystore.
- Type the keystore password.
- When you receive a prompt, type YES.
- 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.