Installing a security certificate for a website
- Export the security certificate that the secure website requires:
- Open a browser and navigate to the secure website.
- Click the lock icon on the address bar.
- View the certificate and copy it to your computer.
The steps to view and copy (or export) the security certificate differ for each browser. For detailed instructions, search the browser help system.
- Copy the security certificate to the RICOH ProcessDirector primary server.
- On the command line of the primary server, enter this command:
keytool.exe -import -trustcacerts -alias name -file directorypath_filename -keystore "C:\Program Files\Ricoh\ProcessDirector\jre\jre\lib\security\cacerts" -storepass changeit
Replace name with a unique name for the certificate. You use the alias in
keytool
commands to access the certificate in the keystore.Replace directorypath_filename with the directory path and file name of the certificate that you copied to the server.
The default password is changeit. To change the default password, see the Java
keytool
documentation about changing passwords. If the password has been changed, see your administrator to get the new password. Type it as the value of the storepass parameter.The system displays certificate data followed by this prompt: Trust this certificate?
- Enter: yes
- To use the certificate, restart the RICOH ProcessDirector service.