Hide Forgot
Bug 694569 adds a new command line argument to pkiremove for the password for the NSS database - specifically the database/token in which the subsystem certificate is stored. This cert is used to communicate with the security domain to remove the instance's entry and admin user from the security domain CA. The command line option is -token_pwd=<token password>. In the absence of this extra parameter, the script will look for the password in password.conf. If that file is unavailable, or if the required password is not present in the password.conf, then pkiremove will prompt for the password. So the order of finding the password is command line option, password.conf, prompt This optional command line argument is useful when the password.conf file has been removed. This needs to be updated in the CLI docs and install guide.
Changes to the tools guide: * Added to the options table -- http://docs.redhat.com/docs/en-US/Red_Hat_Certificate_System/8.1/html/Command-Line_Tools_Guide/Create_and_Remove_Instance_Tools-pkiremove.html#pkiremove-Syntax Changes to the install guide: * To the example, with a description of the argument: http://docs.redhat.com/docs/en-US/Red_Hat_Certificate_System/8.1/html/Deploy_and_Install_Guide/Installation_and_Configuration-Uninstalling_Certificate_System_Subsystems.html#Uninstalling_Certificate_System_Subsystems-Removing_a_Subsystem_Instance * Just to the example: http://docs.redhat.com/docs/en-US/Red_Hat_Certificate_System/8.1/html/Deploy_and_Install_Guide/Uninstalling_Certificate_System_Subsystems-Removing_CRTS_Subsystems.html
Changing MODIFIED bugs to ON_QA.
Verified in: Red_Hat_Certificate_System-Command-Line_Tools_Guide-web-8.1-en-US-1.el5 http://docs.redhat.com/docs/en-US/Red_Hat_Certificate_System/8.1/html/Command-Line_Tools_Guide/Create_and_Remove_Instance_Tools-pkiremove.html#pkiremove-Syntax - Red_Hat_Certificate_System-Deploy_and_Install_Guide-8.1-web-en-US-8.1-2.6.el5 http://docs.redhat.com/docs/en-US/Red_Hat_Certificate_System/8.1/html/Deploy_and_Install_Guide/Installation_and_Configuration-Uninstalling_Certificate_System_Subsystems.html#Uninstalling_Certificate_System_Subsystems-Removing_a_Subsystem_Instance http://docs.redhat.com/docs/en-US/Red_Hat_Certificate_System/8.1/html/Deploy_and_Install_Guide/Uninstalling_Certificate_System_Subsystems-Removing_CRTS_Subsystems.html