Add TLS settings to enable working with LetsEncrypt wildcard (#5398)
This commit is contained in:
parent
608b6c32e6
commit
57e9b3c637
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue