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
Log in to the Avaya Aura® Device Services CLI as the root user.
To open the catalina.properties file in the vi editor, run the following commands:
cdto active
vi tomcat/<tomcat_version>/conf/catalina.properties
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
Save the file.
Run the following command to restart Tomcat and apply the changes: