Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
5413bf87
Commit
5413bf87
authored
Jan 10, 2017
by
neil
Browse files
minor, clear account key cache if new-authz error.
parent
c4c5ecd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
5413bf87
...
...
@@ -2356,6 +2356,12 @@ __get_domain_new_authz() {
_err
"Can not get domain new authz."
return
1
fi
if
_contains
"
$response
"
"No registration exists matching provided key"
;
then
_err
"It seems there is an error, but it's recovered now, please try again."
_err
"If you see this message for a second time, please report bug:
$(
__green
"
$PROJECT
"
)
"
_clearcaconf
"CA_KEY_HASH"
break
fi
if
!
_contains
"
$response
"
"An error occurred while processing your request"
;
then
_info
"The new-authz request is ok."
break
...
...
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