Using X.509 certificates from a SAF key ring 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 SAF key ring.
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 /saf ITOMWEB
SSLClientAuth None
SSLServerCert "RS13 Site"
Output from
RACDCERT LISTRING(ITOMWEB) ID(WEBSRV)
command:Digital ring information for user WEBSRV:
Ring:
>ITOMWEB<
Certificate Label Name Cert Owner USAGE DEFAULT
-------------------------------- ------------ -------- -------
rootca CERTAUTH CERTAUTH NO
Issuing ca CERTAUTH CERTAUTH NO
RS13 Site SITE PERSONAL YES
The user ID that is used to run the web server must have the appropriate authority to various profiles in the FACILITY, CSFSERV, and CRYPTOZ Class. There are special considerations if the SITE certificate is shared between application servers. In particular for these profiles in the FACILITY Class:
IRR.DIGTCERT.LIST READ
IRR.DIGTCERT.LISTRING UPDATE
IRR.DIGTCERT.GENCERT CONTROL