Revert some default params and fixes to SSL support

This commit is contained in:
Adil El Farissi
2024-04-26 06:12:29 +00:00
committed by UbitUmarov
parent ac9ed3d5d1
commit 207c3d1e71
6 changed files with 17 additions and 14 deletions

View File

@@ -417,8 +417,8 @@
; Set the certificate password.
CertPassword = "mycertpass"
; The certificate host name (domain or IP of this machine CN).
CertHostName = ${Const|BaseHostname}
; The certificate host name (domain or IP of this machine CN). Must be the same as "ExternalHostName" in Regions.ini
CertHostName = "myRegionsExternalHostName"
; The certificate host IP (IP of this machine).
CertHostIp = "127.0.0.1"