Hitachi

JP1 Version 12 JP1/Automatic Job Management System 3 Configuration Guide


E.3 Displaying the contents of a Certificate Signing Request (CSR)

The following describes the command for displaying the content of the certificate signing request (CSR) provided by JP1/AJS3 - Web Console. The provided command varies depending on the version of JP1/AJS3 - Web Console.

Format

For JP1/AJS3 - Web Console version 11-10-02 or earlier, or version 11-00-10 or earlier.

certutil req -in CSR-file -text

The path to be specified for the certutil command is JP1/AJS3-Web-Consoleinstallation-folder\uCPSB\httpsd\sbin\certutil for Windows, and /opt/jp1ajs3web/uCPSB/httpsd/sbin/certutil for Linux.

For a version other than those listed above:

In Windows:
openssl.bat req -in CSR-file -text

The path of the openssl.bat is JP1/AJS3-Web-Console-installation-folder\uCPSB\httpsd\sbin\openssl.bat.

For details about execution permission required for the openssl.bat, see the official website of OpenSSL.

In Linux:
openssl.sh req -in CSR-file -text

The path of the openssl.sh is /opt/jp1ajs3web/uCPSB/httpsd/sbin/openssl.sh.

For details about execution permission required for the openssl.sh, see the official website of OpenSSL.

Parameters
-in CSR-file

Specify the CSR file to be displayed.

Usage example 1

To display the content of a CSR (httpsd.csr) by using the certutil req command:

certutil req -in httpsd.csr -text
Usage example 2

To display the content of a CSR (httpsd.csr) by using the openssl.bat req command:

openssl.bat req -in httpsd.csr -text