epgw service command
Name
epgw service - Launches the Eggplant Gateway Service
Options
| Option | Description |
|---|---|
--stdIn | Reads standard input when redirected, the gateway closes when the input stream ends. |
--username | Sets the user name to use for Basic authentication. |
--password | Sets the password to use for Basic authentication. |
--url | Sets the URL prefix to which the server should respond. The protocol (http:// or https://) must be included with each URL. |
--port | Sets the port to use for the service endpoint. |
--httpsKeyPassword | Sets the password used to protect the private key of the certificate used for the HTTPS endpoint. |
--httpsKeyPath | Sets the path to the private key of the certificate used for the HTTPS endpoint. |
--httpsCertPath | Sets the path to the certificate used for the HTTPS endpoint. |
--enableEggcloud | Enables EggCloud functionality |
--eggcloudVncPort | Sets the port for the EggCloud VNC server. |
--oidcAuthority | Sets the endpoint for the OIDC authority. |
--oidcClientSecret | Sets the secret for the OIDC client application. |
--oidcClientId | Sets the ID for the OIDC client application. |