Import the BlackBerry MDS Connection Service certificate to the key store of a push application
To permit a server-side push application to open trusted connections to the BlackBerry MDS Connection Service, you must add the certificate
for the BlackBerry MDS Connection Service to the key store of the push application.
- On the computer that hosts the BlackBerry MDS Connection Service, navigate to <drive>:\Program Files\Java\<JRE_version>\bin.
- At a command prompt, type keytool -import -trustcacerts -alias <alias> -file <server.cer> -keystore <application_keystore>.
- Type the key store password.
- To add the certificate to the key store, at the prompt, type Yes.
After you finish: If the certificate does not exist, import the certificate to <drive>:\Program Files\Java\<JRE version>\lib\security\cacerts.