14.6. Managing Tokens Used by the Subsystems
Note
				Features in this section on TMS are not tested in the evaluation. This section is for reference only.
			
			Certificate System managers two groups of tokens: tokens used by the subsystems to perform PKI tasks and tokens issued through the subsystem. These management tasks refer specifically to tokens that are used by the subsystems.
		
14.6.1. Detecting Tokens
Copy linkLink copied to clipboard!
				To see if a token can be detected by Certificate System to be installed or configured, use the 
TokenInfo utility.
			TokenInfo /var/lib/pki/instance_name/alias Database Path: /var/lib/pki/instance_name/alias Found external module 'NSS Internal PKCS #11 Module'
TokenInfo /var/lib/pki/instance_name/alias
Database Path: /var/lib/pki/instance_name/alias
Found external module 'NSS Internal PKCS #11 Module'
				This utility will return all tokens which can be detected by the Certificate System, not only tokens which are installed in the Certificate System.
			
14.6.2. Viewing Tokens
Copy linkLink copied to clipboard!
				To view a list of the tokens currently installed for a Certificate System instance, use the 
modutil utility. 
			- Open the instancealiasdirectory. For example:cd /var/lib/pki/instance_name/alias cd /var/lib/pki/instance_name/aliasCopy to Clipboard Copied! Toggle word wrap Toggle overflow 
- Show the information about the installed PKCS #11 modules installed as well as information on the corresponding tokens using themodutiltool.modutil -dbdir . -nocertdb -list modutil -dbdir . -nocertdb -listCopy to Clipboard Copied! Toggle word wrap Toggle overflow 
14.6.3. Changing a Token's Password
Copy linkLink copied to clipboard!
				The token, internal or external, that stores the key pairs and certificates for the subsystems is protected (encrypted) by a password. To decrypt the key pairs or to gain access to them, enter the token password. This password is set when the token is first accessed, usually during Certificate System installation. 
			
				It is good security practice to change the password that protects the server's keys and certificates periodically. Changing the password minimizes the risk of someone finding out the password. To change a token's password, use the 
certutil command-line utility.
			
				For information about 
certutil, see http://www.mozilla.org/projects/security/pki/nss/tools/.
			
				The single sign-on password cache stores token passwords in the 
password.conf file. This file must be manually updated every time the token password is changed.