Launch a Secured Web UI
Instructions for launching a secured CGE web UI
Set up the CGE authentication and SSL encryption
After setting up the authentication and SSL encryption in the desired way, launch the Web UI using the configured security features.
Launch the CGE web UI
- If the filenames used in the security section examples of this publication are used, and the CGE database instance is running on the default port, the following command will start a secure version of the Web UI with both authentication and SSL encryption enabled:
$ cge-cli fe --security=/data/directory/shiro.ini --ssl
- If not using SSL, then the following command will enable authentication without SSL. CAUTION: There is a chance of credential leakage when not using SSL, so this is not really a secure way to run a web UI.
$ cge-cli fe --security=/data/directory/shiro.ini