Uploading and hosting CA certificate files on Avaya Aura Device Services server

Last Updated : Jun 08, 2026 |

About this task

Use this procedure to upload CA certificate files to host on Avaya Aura® Device Services server.

Procedure

  1. Upload CA certificate files to Avaya Aura® Device Services to the /home/admin/ directory.
  2. Run the following commands to transfer the CA certificate files to the /opt/Avaya/DeviceServices/ClientInstallers directory:
    cdto misc
    sudo ./copyCertsIntoClientInstallers.sh /home/admin/<CA_CERTIFICATE_NAME>

    In this command, <CA_CERTIFICATE_NAME> is the name of the CA certificate or certificates that you uploaded in the previous step.

  3. To verify that the certificate download link is valid, open the following URL in the web browser:

    https://<AADS_SERVER_ADDRESS>/acs/resources/webdeployment/downloads/<certificate-file>

    In this command, AADS_SERVER_ADDRESS is the Avaya Aura® Device Services front-end FQDN or virtual IP address.

    Note:

    You can combine all the CA certificate files into a single file or set the autoconfiguration setting SET TRUSTCERTS to the following:

    SET TRUSTCERTS https://<aads-server-fqdn>:8443/acs/resources/webdeployment/downloads/cert1.crt,https://<aads-server-fqdn>:8443/acs/resources/webdeployment/downloads/cert2.crt, https://<aads-server-fqdn>:8443/acs/resources/webdeployment/downloads/cert23.crt.