Hitachi

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


2.3.145 SSLCACertificatePath

SSLCACertificatePath specifies the directory that stores the hash link to the CA certificate.

Description

For SSL server and client authentication, SSLCACertificatePath specifies the directory that stores the hash link to the CA certificate (PEM format).

The hash link is necessary to verify the client certificate. For the obtained CA certificate, create a hash link in a specific directory, and then specify the directory in the SSLCACertificatePath directive.

Specify the directory name as an absolute path.

Syntax

SSLCACertificatePath directory

Locations where it can be written

httpsd.conf and <VirtualHost>

Example

SSLCACertificatePath "installation_directory_for_Application_Server/httpsd/conf/ssl/cacerts"