Setup guide

Usage
Chapter 3 Password Cache Utility 31
Deleting an Entry From the Password Cache
To delete an entry from the cache:
1. Open a command window.
2. Go to this directory: <server_root>/cert-<instance_id>
3. At the prompt, enter the command below, substituting the variables with
appropriate values:
PasswordCache <sso_password> -d <certificate/key db directory>
-P <certificate/key db prefix> delete <password_name>
For example, assume your single sign-on password is mySsoPwd,theCMS
instance name is
demoCA, the host name is cmshost, the string describing the
password usage is
Bind Password for LDAP Publishing Directory.The
command would look like this:
PasswordCache mySsoPwd -d /usr/netscape/servers/alias
-P cert-demoCA-cmshost- delete
CA LDAP Publishing
Ifthepasswordnamestringincludesspaces,besuretoenclosethestringin
double quotes as indicated in the above example.