SSL-Webserver Properties
You can configure the RaptorXML+XBRL 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 RaptorXMLXBRLServer.msi RXBRL_SSLWebServer_Host=127.0.0.1
List of properties
To configure the RaptorXML+XBRL Server SSL web server, use the following properties:
RXBRL_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.
RXBRL_SSLWebServer_Port=<Port Number>
Specifies the port that is used to access the SSL web server (for encrypted transmission).
RXBRL_SSLWebServer_Enabled=<0 or 1>
Select 1 to enable listening at the currently set port. Select 0 to disable listening at this port.
RXBRL_SSLWebServer_Certificate=<Path-to-certificate-file>
Full path to a SSL certificate, enclosed in double-quotes.
RXBRL_SSLWebServer_PrivateKey=<Path-to-private-key-file>
Full path to a private key file, enclosed in double-quotes.