Update Java Security Certificates
Learn how to update Java security certificates for Inspire using the keytool utility that comes bundled with Inspire's Java Runtime Environment (JRE).
- Administrator privileges on the system where Inspire is installed.
- Access to the required certificate file (certificate_name.pem).
- Knowledge of the file paths for the Inspire installation and the certificate file.
-
Locate the Keytool utility.
The keytool utility is bundled with the Inspire Java Runtime Environment (JRE). It is located within the bin directory of your Inspire installation.
-
Verify you have the required certificate file (commonly in
.pem or .der format) that you want
to import into the Java Keystore.
Example file path for your certificate: \\server_path\folder\certificate_name.pem.
-
Back up the existing Java Keystone.
Before making any changes, it’s important to back up the existing Java Keystore file in case something goes wrong during the process.
-
Open a command prompt as an administrator.
To import the certificate, you need to run the command prompt with administrator privileges.
- From your computer Start menu, search for Command Prompt.
- Right-click and select Run as Administrator from the context menu.
-
Use the keytool command to import the certificate into the Inspire Java Keystore.
-
Verify the certificate.
- Once the certificate is successfully imported, restart Inspire or any dependent services to apply changes.
-
Conduct any necessary troubleshooting.
Incorrect password: ensure that you are using the correct password for the keystore. The default password is usually changeit.
File path issues: double-check the certificate file path and confirm that you have the necessary read permissions.