Hitachi

JP1 Version 12 JP1/Navigation Platform Setup and Operations Guide


4.10.5 Procedure to remove the encryption on encrypted private server keys

This section describes the procedure to remove the encryption on encrypted private server keys.

Organization of this subsection

(1) Procedure to remove the encryption on private server keys encrypted using RSA encryption

Execute the following command to create an unencrypted private server key.

Users will be prompted to enter the pass phrase when the command is executed. Enter the pass phrase that was set when creating the private server key.

Format
"Navigation-Platform-installation-directory\PP\uCPSB\httpsd\sbin\openssl.bat" rsa -in encrypted-private-server-key-file-path -out unencrypted-private-server-key-file-output-path
Parameter
  • encrypted-private-server-key-file-path:

    Specify the encrypted private server key file path.

  • unencrypted-private-server-key-file-output-path:

    Specify the output path for the unencrypted private server key file.

Command execution example
"%UCNP_HOME%\PP\uCPSB\httpsd\sbin\openssl.bat" rsa -in httpsdkey.pem -out httpsdkey-unencrypted.pem

(2) Procedure to remove the encryption on private server keys encrypted using ECC (elliptic-curve cryptography)

Execute the following command to create an unencrypted private server key.

Users will be prompted to enter the pass phrase when the command is executed. Enter the pass phrase that was set when creating the private server key.

Format
"Navigation-Platform-installation-directory\PP\uCPSB\httpsd\sbin\openssl.bat" ec -in encrypted-private-server-key-file-path -out unencrypted-private-server-key-file-output-path
Parameter
  • encrypted-private-server-key-file-path:

    Specify the encrypted private server key file path.

  • unencrypted-private-server-key-file-output-path:

    Specify the output path for the unencrypted private server key file.

Command execution example
"%UCNP_HOME%\PP\uCPSB\httpsd\sbin\openssl.bat" ec -in httpsdkey-ecc.pem -out httpsdkey-ecc-unencrypted.pem