Enabling automatic renewal of SSL certificate

SSL certificates generally expire within a year and the following options ensure that the application automatically downloads the latest certificate.

Enable Renew Certificate

The Enable Renew Certificate option is set to true (by default) to ensure that the application downloads the latest SSL certificate from the URL specified using the Renew Certificate URL option.

The following values are available for the option:

  • true: SSL certificate is downloaded (default value).

  • false: SSL certificate is not downloaded.

Example :
<key>Enable Renew Certificate</key>
<true/>

Renew Certificate URL

The Renew Certificate URL option is set to https://updates.imanage.com/autoupdates/server.zip (by default). With the Enable Renew Certificate option set to true, the application downloads the latest SSL certificate from the URL specified using this option.

The following values are available for the option:

  • https://updates.imanage.com/autoupdates/server.zip (default value)

  • https://autoupdate01.imanage.com/wfm/pre_alpha/server.zip (if you organization has configured auto updates for iManage Work Desktop for Mac)

Example :
<key>Renew Certificate URL</key>
<string>https://updates.imanage.com/autoupdates/server.zip</string>