Hitachi

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


2.3.153 SSLCRLDERPath

SSLCRLDERPath specifies the directory that stores the CRLs in the DER format.

Description

SSLCRLDERPath specifies the absolute path to the directory that stores CRLs in the DER 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 SSLCRLPEMPath 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 DER format, the web server will not start.

Syntax

SSLCRLDERPath path_name

Locations where it can be written

httpsd.conf and <VirtualHost>

Example

SSLCRLDERPath "installation_directory_for_Application_Server/httpsd/conf/ssl/crl/DER"

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