Provisioning Certificates in .pfx Format

Device certificates can be provisioned in .pfx format (combining .crt and key). The following parameter values can consequently be configured in the devices’ Configuration File:

/security/device_certificate_url = <url>/certificate.pfx
/security/device_private_key_url = NULL
security/device_certificate/password=<pfx password>

The feature is also supported by AudioCodes’ Android Phone Utility.

Certificate loading is performed using HTTP; prior to version 1.19, it was performed using SCP.
The HTTP port is 8000.
Make sure the port is not blocked by the organization’s firewall.