Skip to main content

epgw service command

Name

epgw service - Launches the Eggplant Gateway Service

Options

OptionDescription
--stdInReads standard input when redirected, the gateway closes when the input stream ends.
--usernameSets the user name to use for Basic authentication.
--passwordSets the password to use for Basic authentication.
--httpsUrlSets the URL to use for the HTTPS endpoint.
--httpsPortSets the port to use for the HTTPS endpoint.
--httpsKeyPasswordSets the password used to protect the private key of the certificate used for the HTTPS endpoint.
--httpsKeyPathSets the path to the private key of the certificate used for the HTTPS endpoint.
--httpsCertPathSets the path to the certificate used for the HTTPS endpoint.
--enableEggcloudEnables EggCloud functionality
--eggcloudVncPortSets the port for the EggCloud VNC server.
--oidcAuthoritySets the endpoint for the OIDC authority.
--oidcClientSecretSets the secret for the OIDC client application.
--oidcClientIdSets the ID for the OIDC client application.