Add a retrieved certificate for a web server to the key

store

You can use the Java keytool to add a certificate for a web server to the BlackBerry MDS Connection Service key store. The
certificate permits the BlackBerry MDS Connection Service to connect to the trusted web server.
1. Save the certificate from a secure web site to a .cer file.
2. On the computer that hosts the BlackBerry MDS Connection Service, copy the .cer file to <drive>:\Program Files\Java
\<JRE_version>\lib\security .
3. At a command prompt, navigate to <drive>:\Program Files\Java\<JRE_version>\bin .
4. Type keytool -import -trustcacerts -alias

<alias_name>

-file

<cert_filename>

-keystore ..\lib\security\cacerts .
5. Type the key store password.
6. To add the certificate to the key store, at the command prompt, type Yes.
After you finish: For more information about using the Java keytool, visit java.sun.com/javase/6/docs/technotes/tools/
windows/keytool.html.
Permitting users to access intranet sites onBlackBerry devices using global logininformation
To permit users to access intranet sites on BlackBerry devices without having to specify their user names and passwords,
you can configure a global user name and password. When users try to access an intranet site, the BlackBerry MDS
Connection Service checks to see if you configured global login information, and validates the login information. If
authentication succeeds, users can access intranet sites without providing their user names and passwords. If
authentication fails, users must type their user names and passwords before they can access intranet sites.
Administration Guide Configuring how users access enterprise applications and web content
200