- 1). Add the BlackBerry MDS connection service certificate by navigating, on the BlackBerry Enterprise Server computer that is hosting the BlackBerry MDS Connection Service, to <drive>:\Program Files\Java\<JRE_version>\bin.
- 2). Create a self-signed certificate at the command prompt by typing "keytool -genkey -alias tomcat -keyalg RSA -keystore webserver.keystore" and confirmed this by typing "Yes."
- 3). Copy this new key store file to <drive>:\Program Files\Research In Motion\BlackBerry Enterprise Server\MDS\webserver.
- 4). Export this BlackBerry MDS Connection Service certificate to make it available for push applications by navigating to <drive>:\Program Files\Java\<JRE_version>\bin.
- 5). Type, at the command prompt, "keytool -export -alias tomcat -file <server.cer> -keystore <drive>:\Program Files\Research In Motion\BlackBerry Enterprise Server\MDS\webserver\webserver.keystore -storepass <password>" and type the keystore password.
- 6). Import the BlackBerry MDS Connection Service certificate to the key store of the desired push application by navigating to<drive>:\Program Files\Java\<JRE_version>\bin."
- 7). Type, at the command prompt, "keytool -import -trustcacerts -alias <alias> -file <server.cer> -keystore <application_keystore>" and type the keystore password.
- 8). Add the certificate to the keystore by typing "Yes" at the prompt.
previous post