Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
3075b451
Unverified
Commit
3075b451
authored
Apr 21, 2022
by
neil
Committed by
GitHub
Apr 21, 2022
Browse files
Merge pull request #4045 from axelhahn/4044-use-challenge-alias-false
handle challenge-alias "false"
parents
e11e32cd
39bc4177
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
3075b451
...
@@ -4680,6 +4680,7 @@ $_authorizations_map"
...
@@ -4680,6 +4680,7 @@ $_authorizations_map"
_dns_root_d="$(echo "$_dns_root_d" | sed 's/*.//')"
_dns_root_d="$(echo "$_dns_root_d" | sed 's/*.//')"
fi
fi
_d_alias="$(_getfield "$_challenge_alias" "$_alias_index")"
_d_alias="$(_getfield "$_challenge_alias" "$_alias_index")"
test "$_d_alias" = "$NO_VALUE" && _d_alias=""
_alias_index="$(_math "$_alias_index" + 1)"
_alias_index="$(_math "$_alias_index" + 1)"
_debug "_d_alias" "$_d_alias"
_debug "_d_alias" "$_d_alias"
if [ "$_d_alias" ]; then
if [ "$_d_alias" ]; then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment