为 ThingWorx Platform 配置 SSL/TLS
使用 ThingWorx HA 群集时,可以为 ThingWorx Platform 配置 SSL 或 TLS。要为 ThingWorx Platform 所使用的 Tomcat 配置 SSL 或 TLS,请提供以下环境变量:
ENABLE_HTTPS: true # Enable HTTPS on ThingWorx .
HTTPS_PORT: 8443 # HTTPS port for ThingWorx service discovery. Clients i.e. Cx Server etc. uses this port to communicate to platform.
SERVER_HTTPS_PORT: 8443 # HTTPS port for Tomcat.
HTTPS_SERVICE_NAME: thingworx-https # Service name for HTTPS ThingWorx. Default is "thingworx-https".
SSL_KEYSTORE_BASE_PATH: /certs # SSL keystore base path for Tomcat.
SSL_KEYSTORE_FILENAME: platform.pfx # SSL keystore file name for Tomcat.
SSL_KEYSTORE_PASSWORD: password # SSL keystore password for Tomcat.
TOMCAT_SSL_PROTOCOLS: TLSv1.2 # SSL protocol. Multiple can be provided as "TLSv1+TLSv1.1+TLSv1.2"
* 
如果正在安装 ThingWorx Flow,则必须提供 ENABLE_HTTPSHTTPS_PORT 环境变量来配置 ThingWorx Foundation 以使用 SSL/TLS。
这对您有帮助吗?