Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziofiorucci committed Feb 28, 2023
1 parent 7d5f09e commit 07aa477
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions contrib/GUI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions contrib/GUI/secondsight-gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ $0 [-h | -c <action> [-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
Expand Down

0 comments on commit 07aa477

Please sign in to comment.