Command Line Interface (CLI) throwing certificate error

Hi @ahmaddanial,

Here is the ServiceSettings section of my config.json:

“ServiceSettings”: {
“SiteURL”: “https://myserver.fakesite.com”,
“WebsocketURL”: “”,
“LicenseFileLocation”: “”,
“ListenAddress”: “:443”,
“ConnectionSecurity”: “TLS”,
“TLSCertFile”: “./tls/myserver.fakesite.com.cer”,
“TLSKeyFile”: “./tls/myserver.fakesite.com.key”,
“TLSMinVer”: “1.2”,
“TLSStrictTransport”: true,
“TLSStrictTransportMaxAge”: 63072000,
“TLSOverwriteCiphers”: [],
“UseLetsEncrypt”: false,
“LetsEncryptCertificateCacheFile”: “./config/letsencrypt.cache”,
“Forward80To443”: true,
“TrustedProxyIPHeader”: [
“X-Forwarded-For”,
“X-Real-IP”
],