Update install.sh

This commit is contained in:
VirtuBox 2018-07-18 01:25:11 +02:00 committed by GitHub
parent 5e07219f86
commit d4e5cd2e6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -36,8 +36,9 @@ echo ""
echo "What mode of validation you want to use with Acme.sh ?"
echo "1) Cloudflare API validation (domain/subdomain/wildcard certs)"
echo "2) Standalone mode validation (domain/subdomain certs)"
echo ""
read -r acmemode
while [[ $acmemode != "1" && $acmemode != "2" ]]; do
read -r "Select an option [1-2]: " acmemode
done
echo ""
# install ee-acme-cf or ee-acme-standalone