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
2d4ea720
Unverified
Commit
2d4ea720
authored
Jul 07, 2022
by
neil
Committed by
GitHub
Jul 07, 2022
Browse files
Merge pull request #2606 from ianw/no-exit-manual-dns
Don't exit with issue failure if in DNS manual mode
parents
7746042a
9c757bbe
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
2d4ea720
...
...
@@ -91,6 +91,7 @@ END_CERT="-----END CERTIFICATE-----"
CONTENT_TYPE_JSON
=
"application/jose+json"
RENEW_SKIP
=
2
CODE_DNS_MANUAL
=
3
B64CONF_START
=
"__ACME_BASE64__START_"
B64CONF_END
=
"__ACME_BASE64__END_"
...
...
@@ -4764,7 +4765,9 @@ $_authorizations_map"
_err
"Please add the TXT records to the domains, and re-run with --renew."
_on_issue_err
"
$_post_hook
"
_clearup
return
1
# If asked to be in manual DNS mode, flag this exit with a separate
# error so it can be distinguished from other failures.
return
$CODE_DNS_MANUAL
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