Bootstrap FreeKB - IBM Global Security Kit (GSKit) - Flag a certificate as the default certificate
IBM Global Security Kit (GSKit) - Flag a certificate as the default certificate


The -setdefault option was used to set a certificate as the default certificate in a Key Database file, but this feature no longer works and is deprecated.

Instead, you will use the SSLServerCert directive in your httpd.conf file to specify the server certificate to use.

LoadModule ibm_ssl_module modules/mod_ibm_ssl.so
Listen 443
<VirtualHost *:443>
  SSLEnable
  SSLServerCert *.example.com
</VirtualHost>
KeyFile "/path/to/example.kdb"
SSLStashFile "/path/to/example.sth"
SSLDisable

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter a4f8ba in the box below so that we can be sure you are a human.