• SIGNA MR355 / SIGNA MR360
  • Service Manual
  • 5856356-3EN Revision 5.0
  • Basic Service Documentation. Copyright General Electric Company.
  • Object ID: 00000018WHA1613D0GYZ
  • Topic ID: task_flz_xfj_gnb Version: 1.4
  • Date: Oct 9, 2020 10:03:25 AM

Install an SSL certificate (for Proxy servers requiring SSL authentication)

About this task

If the customer's site uses a proxy server that requires two-way SSL certificate-based authentication, install the SSL certificates on the scanner in the keystore. The GEHC IPM Project Manager will provide the information you need to complete this procedure. For details, see section Assemble prerequisites in the IPM Service Manual.

Note: If the proxy server requires username/password authentication or does not require any authentication, or if the customer site uses a Domain Name System (DNS) server, you do not need to perform this procedure.

Procedure

  1. Close any applications running on the scanner.
  2. In the scanner console, open a Command Prompt/C Shell as a root user.
  3. Navigate to the keystore folder:cd/usr/java/lib/security
  4. Run the following commands, where:
    <cacertificate_location>
    is the location on the scanner where the CA certificate has been downloaded.
    <cacertificate_filename>
    is the filename of the hospital CA certificate for the proxy server. The format of this filename can vary by certificate type.
    OptionDescription
    To install the certificatekeytool ‑importcert ‑trustcacerts ‑file <cacertificate_location>/<cacertificate_filename> ‑alias <cacertificate_filename> ‑keystore ./cacerts ‑storepass changeit
    To check whether certificates are installedkeytool ‑list -keystore ./cacerts ‑storepass changeit
    To delete the certificatekeytool ‑delete ‑alias <cacertificate_filename> ‑keystore ./cacerts ‑storepass changeit
  5. Reboot the scanner to effect the changes to the IPM application.