mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
Add TLS settings to enable working with LetsEncrypt wildcard (#5398)
This commit is contained in:
@@ -61,10 +61,12 @@
|
||||
sec.srtp.enable="{$polycom_srtp_enable}"
|
||||
sec.srtp.offer="{$polycom_srtp_offer}"
|
||||
sec.srtp.require="{$polycom_srtp_require}"
|
||||
sec.TLS.SIP.strictCertCommonNameValidation="0"
|
||||
/>
|
||||
<DEVICE_SETTINGS
|
||||
device.set="1"
|
||||
device.sntp.serverName="{$ntp_server_primary}"
|
||||
{if isset($polycom_gmt_offset)}device.sntp.gmtOffset.set="1"{/if}
|
||||
device.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||
device.prov.upgradeServer.set="1"
|
||||
device.prov.upgradeServer="{$polycom_firmware_url}"
|
||||
@@ -92,6 +94,11 @@
|
||||
{else}
|
||||
device.prov.serverName="{$domain_name}"
|
||||
{/if}
|
||||
{if isset($polycom_gmt_offset)}
|
||||
device.sntp.gmtOffset.set="1"
|
||||
device.sec.TLS.customCaCert1.set="1"
|
||||
device.sec.TLS.customCaCert1="{$polycom_root_cert}"
|
||||
{/if}
|
||||
/>
|
||||
<SNTP
|
||||
tcpIpApp.sntp.resyncPeriod="86400"
|
||||
|
||||
Reference in New Issue
Block a user