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
5f8b60a0
Commit
5f8b60a0
authored
Jul 04, 2017
by
neilpang
Browse files
fix
https://github.com/Neilpang/acme.sh/issues/926
don't trigger validation for dns manually mode
parent
e2accaf7
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
5f8b60a0
...
@@ -3543,11 +3543,11 @@ issue() {
...
@@ -3543,11 +3543,11 @@ issue() {
if [ "$d_api" ]; then
if [ "$d_api" ]; then
_info "Found domain api file: $d_api"
_info "Found domain api file: $d_api"
else
else
_
err
"Add the following TXT record:"
_
info "$(__red
"Add the following TXT record:"
)"
_
err
"Domain: '$(__green "$txtdomain")'"
_
info "$(__red
"Domain: '$(__green "$txtdomain")'"
)"
_
err
"TXT value: '$(__green "$txt")'"
_
info "$(__red
"TXT value: '$(__green "$txt")'"
)"
_
err
"Please be aware that you prepend _acme-challenge. before your domain"
_
info "$(__red
"Please be aware that you prepend _acme-challenge. before your domain"
)"
_
err
"so the resulting subdomain will be: $txtdomain"
_
info "$(__red
"so the resulting subdomain will be: $txtdomain"
)"
continue
continue
fi
fi
...
@@ -3583,7 +3583,7 @@ issue() {
...
@@ -3583,7 +3583,7 @@ issue() {
_debug "Dns record not added yet, so, save to $DOMAIN_CONF and exit."
_debug "Dns record not added yet, so, save to $DOMAIN_CONF and exit."
_err "Please add the TXT records to the domains, and retry again."
_err "Please add the TXT records to the domains, and retry again."
_clearup
_clearup
_on_issue_err "$_post_hook"
"$vlist"
_on_issue_err "$_post_hook"
return 1
return 1
fi
fi
...
...
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