023 sslCertificateInstall

This commit is contained in:
2026-07-20 20:31:27 +03:00
parent 9e0fdd7b7b
commit f7421c1155
+3 -1
View File
@@ -47,6 +47,8 @@
output="false" output="false"
hint="Fires when the application is first created."> hint="Fires when the application is first created.">
<!--- *** Lucee specific function --->
<cfset sslCertificateInstall(host="elma-cache.adl.nubes.ru", port=443)/><!--- ************************ duplicate address --->
<!--- *** мы не проверяем срок жизни сертификата и его отзыв---> <!--- *** мы не проверяем срок жизни сертификата и его отзыв--->
<cfset application.idpCertificate = getIdpCertificate(this.idpCertUrl)/> <cfset application.idpCertificate = getIdpCertificate(this.idpCertUrl)/>
<!--- <cfset this.iamServiceUrl = locateIamService()/> ---> <!--- <cfset this.iamServiceUrl = locateIamService()/> --->
@@ -90,7 +92,7 @@
<!--- global settings ---> <!--- global settings --->
<cfset request.RECORDS_PER_PAGE=500/> <cfset request.RECORDS_PER_PAGE=500/>
<cfset request.APP_VERSION="0.00.022"/> <cfset request.APP_VERSION="0.00.023"/>
<cfheader name="X-Application-Version" value=#request.APP_VERSION#/> <cfheader name="X-Application-Version" value=#request.APP_VERSION#/>
<cfset request.STAND=getStand()/> <cfset request.STAND=getStand()/>