From 17e57936765212fb140c9398afc7fd842eb1fd05 Mon Sep 17 00:00:00 2001 From: Chase Wright Date: Sat, 16 Nov 2019 10:06:46 -0600 Subject: [PATCH] Update README.md Make note about TOTP cli options --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9dbab46..67bcbf9 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ The script attempts to install tomcat8 if the available version is 8.5.x or newe If you're looking to also have NGINX / Let's Encrypt / HTTPS click [HERE](https://github.com/bigredthelogger/guacamole) +## MFA/2FA + +By default the script will install with TOTP support (Google Authenticator), if you do not want TOTP support (which if installed is mandatory for every user) you need to specify the `-n` or `--nototp` flags on the command line. Or Modify the script variable `installTOTP=false` + ## How to Run: ### Download file directly from here: