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. |
--httpsUrl | Sets the URL to use for the HTTPS endpoint. |
--httpsPort | Sets the port to use for the HTTPS 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. |