IBM HTTP Server How To
How to configure IHS for SSL
- Copy the new certificate database (kdb) onto IHS server
- patch D:/IBMHttpServer/conf/httpd.conf on the IHS server (httpserver)
- restart IHS by restarting its service.
- Try to use ssl: https://httpserver
How to restart IHS
/IHS/bin/apachectl restart
or to start it:
/web/IBMIHS/bin/apachectl start
@HowTo @IBM