You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Update the SSL Certificate

If you maintain Agiloft on your own server, you will need to update the SSL security certificate from time to time. You must update a configuration file with the parameters and name of your new certificate.

Follow these steps

  1. Transfer the new certificate file to the installer rebuilding environment, via FTP, where the installer is to be rebuilt inside the following directory: /usr/local/bin/EnterpriseWizardCvs/resources.  Say the certificate name is java_codesign_keystore.jks, use FTP to move the file into /usr/local/EnterpriseWizard/EnterpriseWizardCvs/resources.
  2. Edit the file at /usr/local/EnterpriseWizard/EnterpriseWizardCvs/resources/java.local.properties. Update the properties shown below as follows:

    cert.keystore=${ewbuild.dir}/java_codesign_keystore.jks

    cert.keystore.password=#password#

    cert.key.alias=#alias#

  3. Save the file.

  4. Run the installer and it will now recognize the new SSL certificate settings.

  • No labels