+

Search Tips   |   Advanced Search

Web server plug-in default configuration in SSL

When a web server definition is created in WebSphere Application Server, the web server plug-in is associated with a Certificate Management Services (CMS) keystore containing signers for the current cell. This enables secure communication between the plug-in and and WAS. The keystore is scoped to the web server definition, which makes it visible to this server only. Other processes cannot use this keystore definition. The default password for the keystore is WebAS.

WAS uses the plug-in name to create the self-signed certificate. If a self-signed certificate already exists for the node, the certificate is put into the CMS keystore, and all the signers from the cell are added, by default.

security.xml configuration entries for the web server plug-in...

(dist)(zos) The following sample code shows how the CMS keystore and stash file are generated in security.xml.

The default password for the keystore is WebAS. We can change the default keystore password by using either the console or the appropriate AdminTask command. The following sample code shows the AdminTask command that we can use to create this CMS keystore.

Note the following characteristics of the previous example:

When additional nodes are federated, the signers for these nodes are not automatically added to each web server for the CMS keystore. For the web server plug-in to be able to communicate with a newly federated node, you must manually exchange signers with the CMSKeyStore keystore. Use the console keystore certificate management function to exchange signers.


Related tasks

Configure the web server plug-in for Secure Sockets Layer