Export the BlackBerry MDS Connection Service certificate to make it available to push applications

You must export the certificate for the BlackBerry MDS Connection Service so that you can import it to the keystore of a server-side push application.
Before you begin: Create a keystore to store the certificate for use with HTTPS connections. If you want push applications to use a publicly signed certificate when they open HTTPS connections, add a CA certificate to a BlackBerry MDS Connection Service.
  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 -export -alias tomcat -file <server.cer> -keystore <drive>:\Program Files (x86)\Research In Motion\BlackBerry Enterprise Service 10\MDS\webserver\webserver.keystore -storepass <password>.
  3. Type the keystore password.
After you finish: Import the certificate for the BlackBerry MDS Connection Service to the keystore of a push application.