Hitachi

uCosminexus Application Server HTTP Server User Guide


5.2.5 Displaying the contents of a Certificate Signing Request (CSR) (openssl.bat req or openssl.sh req command)

This subsection explains how to display the contents of a Certificate Signing Request (CSR).

Organization of this subsection

(1) Format

In Windows

openssl.bat req -in CSR-file -text

In UNIX

openssl.sh req -in CSR-file -text

(2) Parameter

(3) Usage example

In Windows

openssl.bat req -in httpsd.csr -text

In UNIX

openssl.sh req -in httpsd.csr -text

httpsd.csr: CSR file to be displayed