diff --git a/contrib/GUI/README.md b/contrib/GUI/README.md index 3e4d814..bef2911 100644 --- a/contrib/GUI/README.md +++ b/contrib/GUI/README.md @@ -27,9 +27,9 @@ Second Sight GUI - https://github.com/F5Networks/SecondSight/ -x - Remove backend persistent data -s - Publish the GUI using HTTPS (requires cert and key) - -C [cert.pem] - HTTPS TLS certificate file in .pem format (mandatory with -s) - -K [key.pem] - HTTPS TLS key file in .pem format (mandatory with -s) - -B [bundle.pem] - HTTPS TLS bundle/chain file in .pem format (mandatory with -s) + -C [cert.pem] - TLS certificate file in .pem format (mandatory with -s) + -K [key.pem] - TLS key file in .pem format (mandatory with -s) + -B [bundle.pem] - TLS bundle/chain file in .pem format (mandatory with -s) === Examples: diff --git a/contrib/GUI/secondsight-gui.sh b/contrib/GUI/secondsight-gui.sh index efe2d0f..fbcaee4 100755 --- a/contrib/GUI/secondsight-gui.sh +++ b/contrib/GUI/secondsight-gui.sh @@ -13,9 +13,9 @@ $0 [-h | -c [-s -C cert.pem -K key.pem -B bundle.pem] | -x]\n\n -c [start|stop|restart|deploy|undeploy]\t- Deployment command\n -x\t\t\t\t\t\t- Remove backend persistent data\n\n -s\t\t\t\t\t\t- Publish the GUI using HTTPS (requires cert and key)\n --C [cert.pem]\t\t\t\t\t- HTTPS TLS certificate file in .pem format (mandatory with -s)\n --K [key.pem]\t\t\t\t\t- HTTPS TLS key file in .pem format (mandatory with -s)\n --B [bundle.pem]\t\t\t\t- HTTPS TLS bundle/chain file in .pem format (mandatory with -s)\n\n +-C [cert.pem]\t\t\t\t\t- TLS certificate file in .pem format (mandatory with -s)\n +-K [key.pem]\t\t\t\t\t- TLS key file in .pem format (mandatory with -s)\n +-B [bundle.pem]\t\t\t\t- TLS bundle/chain file in .pem format (mandatory with -s)\n\n === Examples:\n\n Deploy HTTPS GUI with Docker compose:\t$0 -c start -s -C certfile.pem -K keyfile.pem -B bundle.pem\n Remove GUI from Docker compose:\t$0 -c stop\n