The WebSphere Plugin comes with a plugin-key.kdb file upon installation The password of WebAS is set to expire by April 26, 2012 US EDT. If you have not generated a key file for the WebSphere plug-in you will run into this expiration. Web traffic via the web server and plugin will no longer function. Most customers don’t use this keyfile, rather after configuring the plugin to a web server, they will generate a new keyfile and have it propagate to the web server location.
- This applies to IBM http server Plugin and when you use the default plugin kdb file which came while installing websphere.
- Checking the expiry through GUI is time taking and needs access to iKeyman utility. So, i am writing procedure to verify from commandline.
- No restart is required for this task
- The KDB file or Plugin configuration will be reloaded when web server restarts or a new plugin configuration is propagated from application server.
- If the password is not change before 26th April 2012, then plugin initialization will fail when you restart web server. And also you will not be able to propagate new plugin configuration from websphere application server.
- If it returns Validity ’0′ … means the password doesn’t expire. You can stop here.
- If it returns the date like “26 April 2012″, then you need to change the password.
- backup the existing stath file [plugin-key.sth]
- Change password : /bin/gsk7capicmd -keydb -changepw -pw old_pass -new_pw new_pass -stash -db IHS_installation/Plugins/config/webserver_definition/plugin-key.kdb
- change the password back to the original passowrd. [not necessary but good to change to it back]
- verify the expiry date now : /bin/gsk7capicmd -keydb -expiry -db “IHS_installation/Plugins/config/webserver_definition/plugin-key.kdb” -pw *****
- Check the expiry [/bin/gsk7capicmd -keydb -expiry -db "IHS_installation/Plugins/etc/plugin-key.kdb" -pw *****]
- Change password, if required [/bin/gsk7capicmd -keydb -changepw -pw old_pass -new_pw new_pass -stash -db IHS_installation/Plugins/etc/plugin-key.kdb ]
- Change the password back to default password [/bin/gsk7capicmd -keydb -changepw -pw old_pass -new_pw new_pass -stash -db IHS_installation/Plugins/etc/plugin-key.kdb ]
- Verify validity again [/bin/gsk7capicmd -keydb -expiry -db "IHS_installation/Plugins/etc/plugin-key.kdb" -pw *****]







