Setup guide

Usage
30 Netscape Certificate Management System Command-Line Tools Guide May 2002
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> add <password_name> <password>
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,and
the password is
myLdapPubPwd. The command would look like this:
PasswordCache mySsoPwd -d /usr/netscape/servers/alias
-P cert-demoCA-cmshost- add
CA LDAP Publishing myLdapPubPwd
Ifthepasswordnamestringincludesspaces,besuretoenclosethestringin
double quotes as indicated in the above example.
Changing the Password of an Entry in the
Password Cache
To change the password associated with an entry in the password 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> change <password_name> <password>
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,and
the new password is
myNewLdapPubPwd. The command would look like this:
PasswordCache mySsoPwd -d /usr/netscape/servers/alias
-P cert-demoCA-cmshost- change
CA LDAP Publishing
myNewLdapPubPwd
Ifthepasswordnamestringincludesspaces,besuretoenclosethestringin
double quotes as indicated in the above example.