Blackberry PRD-07630-011 Monitoring Guide - Page 46

Program Files\Research In Motion\BlackBerry Enterprise Server\Monitoring Service\bin\web.keystore - 44

Page 46 highlights

Monitoring Guide Import a new SSL certificate for the BlackBerry Monitoring Service 5. Use the Java keytool to generate a certificate signing request by typing keytool -certreq -alias file .csr -keypass -storepass -keystore ": \Program Files\Research In Motion\BlackBerry Enterprise Server\Monitoring Service\bin\web.keystore" where is the alias that you created in step 3. 6. Send the certificate signing request to a certificate authority so that the certificate authority can create the certificate. 7. When the certificate authority returns the certificate, copy it into a text file and save it with a .cer file extension. 8. Use the Java keytool to import the certificate to the web.keystore file by typing keytool -importcert -alias -keypass -storepass -keystore ":\Program Files \Research In Motion\BlackBerry Enterprise Server\Monitoring Service\bin\web.keystore" -file ".cer" where is the alias that you created in step 3. 9. Use keytool to delete the default SSL certificate that the setup application generated by typing keytool -delete -alias httpssl -storepass -keystore ":\Program Files\Research In Motion \BlackBerry Enterprise Server\Monitoring Service\bin\web.keystore". 44

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69

5.
Use the Java keytool to generate a certificate signing request by typing
keytool -certreq -alias <alias_name> -
file <certreq_filename>.csr -keypass <
password
> -storepass <
keystore password
> -keystore "<
drive
>:
\Program Files\Research In Motion\BlackBerry Enterprise Server\Monitoring Service\bin\web.keystore"
where <
alias_name
> is the alias that you created in step 3.
6.
Send the certificate signing request to a certificate authority so that the certificate authority can create the
certificate.
7.
When the certificate authority returns the certificate, copy it into a text file and save it with a .cer file extension.
8.
Use the Java keytool to import the certificate to the
web.keystore
file by typing
keytool -importcert -alias
<
alias_name
> -keypass <
password
> -storepass <
keystore password
> -keystore "<
drive
>:\Program Files
\Research In Motion\BlackBerry Enterprise Server\Monitoring Service\bin\web.keystore" -file
"<
certificate_filename
>.cer"
where <
alias_name
> is the alias that you created in step 3.
9.
Use keytool to delete the default SSL certificate that the setup application generated by typing
keytool -delete
-alias httpssl -storepass <
keystore password
> -keystore
"<
drive
>
:\Program Files\Research In Motion
\BlackBerry Enterprise Server\Monitoring Service\bin\web.keystore"
.
Monitoring Guide
Import a new SSL certificate for the BlackBerry Monitoring Service
44