Configuring a time interval for updating public keys in client mappings

Last Updated : Jun 05, 2026 |

About this task

By default, Avaya Aura® Device Services automatically updates public keys used in client mappings every 24 hours. You can update this interval as appropriate by configuring system properties in the catalina.properties file.

Procedure

  1. Log in to the Avaya Aura® Device Services CLI as the root user.
  2. To open the catalina.properties file in the vi editor, run the following commands:
    cdto active
    vi tomcat/<tomcat_version>/conf/catalina.properties
  3. Add the following entry to the file:

    com.avaya.cas.oauth.keyupdate.interval=<TIME_IN_SECONDS>

    In this entry, <TIME_IN_SECONDS> is the interval between two consecutive attempts to update public keys in seconds. For example, to update public keys weekly, set the property to 604800 as follows:

    com.avaya.cas.oauth.keyupdate.interval=604800

  4. Save the file.
  5. Run the following command to restart Tomcat and apply the changes:

    svc tomcat restart