We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b5704 commit 443bf67Copy full SHA for 443bf67
1 file changed
bin/v-add-letsencrypt-domain
@@ -56,8 +56,8 @@ i=1
56
for alias in $(echo $domain,$aliases |tr ',' '\n' |sort -u); do
57
$BIN/v-check-letsencrypt-domain $user $alias
58
check_result $? "LE domain validation" >/dev/null
59
- if [ "$i" -gt 6 ]; then
60
- check_result $E_LIMIT "LE can't sign more than 6 domains"
+ if [ "$i" -gt 100 ]; then
+ check_result $E_LIMIT "LE can't sign more than 100 domains"
61
fi
62
i=$((i++))
63
done
0 commit comments