+

Search Tips   |   Advanced Search

com.tivoli.pd.jcfg.SvrSslCfg utility for SSO

The SvrSslCfg script integrates WAS user account and server entries with the ISAM user registry, generating a configuration file and a Java keystore file that stores a client certificate in the application server profile. This allows Callers to authenticate against ISAM authentication services.

The svrsslcfg script wraps the SvrSslCfg class and provides support for multiple WAS profiles. The use of multiple profiles allows us to create multiple WAS environments that are completely isolated from one another.

Run svrsslcfg first on the deployment manager and then on all the other nodes in the cell.


Parameters

After the successful configuration of an ISAM Java application server, SvrSslCfg creates a user account and server entries representing the Java application server in the ISAM user registry. In addition, SvrSslCfg creates a configuration file and a Java key store file, which securely stores a client certificate, locally on the application server. This client certificate permits callers to make authenticated use of ISAM services. Conversely, reconfiguration removes the user and server entries from the user registry and cleans up the local configuration and keystore files.

The contents of an existing configuration file can be modified using the SvrSslCfg utility. The configuration file and the key store file must already exist when calling SvrSslCfg with all options other than -action config or -action unconfig.

The following options are parsed and processed into the configuration file, but are otherwise ignored in this version of ISAM:

The host name is used to build a unique name (identity) for the application. The pdadmin user list command displays the application identity name in the following format:

The pdadmin server list command displays the server name in a slightly different format:

Example:

See also: