Changing the certificate URL
In some cases, e.g. in case of changes in the network infrastructure, it may be necessary to change the certificate URL afterwards.
* 
While the configuration is being updated, the telephony function on the corresponding Desk Phones is not available for some time.
 
To change the certificate URL using a provisioning fileĀ 
To change the certificate URL via Swyx PowerShell moduleĀ 
The connection to SwyxServer must be established.
1 Start the Swyx PowerShell module.
2 Extract the existing configuration from the SwyxWare database in a local folder with the following command:
Export-IpPbxYealinkConfigFile -Path <your local path>
 
for example
Export-IpPbxYealinkConfigFile -Path C:\
 
3 Open the configuration file "common.cfg" in a text editor.
4 Add the following lines to the end of the file:
static.network.802_1x.root_cert_url = <URL for the server certificate>
static.network.802_1x.client_cert_url = <URL for the client certificate>
for example
static.network.802_1x.root_cert_url = http://192.168.2.51/ca_cert.pem
static.network.802_1x.client_cert_url = http://192.168.2.51/client_cert.pem
5 Save the file.
6 Import the file via Swyx PowerShell module with the following command:
 
Import-IpPbxYealinkConfigFile -FilePath <full path of the modified configuration file>
 
for example
Import-IpPbxYealinkConfigFile -FilePath C:\common.cfg
7 Confirm the execution of the command.
According to the autoprovisioning schedule, the new configuration file is uploaded to the end devices.
After the certificates have been downloaded, the end devices are restarted and re-registered.
Last modified date: 01/19/2024