HP Storage Essentials SRM 6.0 User Guide for Enterprise Edition and Standard Edition SRM Software (July 2008)

Troubleshooting700
The security certificate has a valid name matching the name of the page
you are trying to view.
When you change the certificate, you must use the generateAppiqKeystore program to delete the
original certificate, and then use the generateAppiqKeystore program to create a new certificate
and to copy the new certificate to the management server.
Windows
To change the certificate on Windows:
1. Go to the %MGR_DIST%\Tools directory.
2. To delete the original certificate, enter the following at the command prompt:
%MGR_DIST%
\Tools> generateAppiqKeystore.bat del
The original certificate is deleted.
3. To create a new certificate containing the DNS name of the management server, enter the
following at the command prompt:
%MGR_DIST%
\Tools> generateAppiqKeystore.bat
4. If the program is unable to detect a DNS name, enter the following at the command prompt:
%MGR_DIST%
\Tools> generateAppiqKeystore.bat mycomputername
where mycomputername is the DNS name of the computer
5. To copy the new certificate to the management server, enter the following at the command
prompt:
%MGR_DIST%
\Tools> generateAppiqKeystore.bat copy
The new certificate is copied to the correct location.
Linux
To change the certificate on and Linux:
1. Go to the [Install_Dir] directory and run the following command:
eval ‘./usersvars.sh‘
IMPORTANT: The quotes in the example must be entered as left single quotes as shown.
2. Go to the following directory:
[Install_Dir]/Tools
where [Install_Dir] is the directory into which you installed the management server.
3. To delete the original certificate, enter the following at the command prompt:
perl generateAppIQKeyStore.pl del
The original certificate is deleted.