Using X.509 certificates from a key database to configure ITOMweb to support SSL or TLS
Configure SSL or TLS to enable secure communication between web browsers and the ITOMweb virtual host on the IBM® HTTP Server (powered by Apache) using the X.509 certificates that are stored in a key database.
The following examples describe the basic steps and required configuration directives.
Configure other SSL directives as specified by your organization policies.
<VirtualHost *:8392>
ServerAdmin admin@domain.com
DocumentRoot /itom/om
ServerName RS13:8392
SSLEnable
KeyFile itomweb.kdb
SSLStashFile itomweb.sth
SSLClientAuth None
SSLServerCert "RS13"