Command-Line Parameters
TinyTERM Enterprise TE Server provides several command-line parameters for controlling its startup behavior. All are case-sensitive. They can be used in any combination, except for -h. That parameter should be used by itself.
| Parameter | Description | |
|---|---|---|
| -h | Displays the help message, showing all command-line parameters. | |
| -p <int> | Binds the port for HTTP connections. Defaults to port 8080. | |
| -c <string> | Name of the PEM certificate containing the public key. Do not include a file extension. | |
| -k <string> | Name of the PEM certificate containing the private key. Do not include a file extension. | |
| -C | Enable client authentication. | |