Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


2.3.154 SSLCRLPEMPath

SSLCRLPEMPath specifies the directory that stores CRLs in the PEM format.

Description

SSLCRLPEMPath specifies the absolute path to the directory that stores CRLs in the PEM format. To use CRLs for SSL client authentication, store the required CRLs in the specified directory, and then start or restart the web server. If the directory contains multiple CRLs issued by the same CA (including the CRLs in the directory specified in the SSLCRLDERPath directive), the CRL that has the most recent issuance date is used. If the directory contains a file that is not a CRL in the PEM format, the web server will not start.

Syntax

SSLCRLPEMPath path_name

Locations where it can be written

httpsd.conf and <VirtualHost>

Example

SSLCRLPEMPath "installation_directory_for_Application_Server/httpsd/conf/ssl/crl/PEM"

Specify the directory for storing CRL files in the PEM format.