SSL-Webserver Properties
You can configure the FlowForce Server SSL web server by using the properties given below. To set a property, run the installation command with the property setting appended, like this:
msiexec /i FlowForceServerAdvanced.msi FF_SSLWebServer_Host=127.0.0.1
List of properties
FlowForce Server
To configure the FlowForce Server SSL web server, use the following properties:
FF_SSLWebServer_Host=<IP4 Address>
Use 127.0.0.1 if you want to access the SSL web server (for encrypted transmission) from this machine only. Use 0.0.0.0 to make the SSL web server accessible globally.
FF_SSLWebServer_Port=<Port Number>
Specifies the port that is used to access the SSL web server (for encrypted transmission).
FF_SSLWebServer_Enabled=<0 or 1>
Select 1 to enable listening at the currently set port. Select 0 to disable listening at this port.
FF_SSLWebServer_Certificate=<Path-to-certificate-file>
Full path to a SSL certificate, enclosed in double-quotes.
FF_SSLWebServer_PrivateKey=<Path-to-private-key-file>
Full path to a private key file, enclosed in double-quotes.
FlowForce Server Web
To configure the SSL web server of the FlowForce Server Web interface, use the following properties:
FFWeb_SSLWebServer_Host=<IP4 Address>
Use 127.0.0.1 if you want to access the SSL web server from this machine only. Use 0.0.0.0 to make the SSL web server accessible globally.
FFWeb_SSLWebServer_Port=<Port Number>
Specifies the port that is used to access the SSL web server.
FFWeb_SSLWebServer_Enabled=<0 or 1>
Select 1 to enable listening at the currently set port. Select 0 to disable listening at this port.