Hitachi

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


E.5 Displaying certificate contents

The following describes the command for displaying the contents of a certificate file provided by JP1/AJS3 - Web Console.

Format
In Windows:
openssl.bat x509 -in certificate-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 x509 -in certificate-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 certificate-file

Specify the certificate file to be displayed.

Usage example

To display the contents of a certificate file (httpsd.pem) by using the openssl.bat x509 command:

openssl.bat x509 -in httpsd.pem -text