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
6499a729
Commit
6499a729
authored
Sep 11, 2017
by
neil
Committed by
GitHub
Sep 11, 2017
Browse files
Merge pull request #1019 from Neilpang/dev
Dev
parents
f0c4e44d
042e09d2
Changes
2
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
6499a729
...
...
@@ -1817,8 +1817,9 @@ _send_signed_request() {
_body
=
"
$response
"
if
[
"
$needbase64
"
]
;
then
_body
=
"
$(
echo
"
$_body
"
| _dbase64
)
"
_debug2 _body
"
$_body
"
fi
_debug3 _body
"
$_body
"
if
_contains
"
$_body
"
"JWS has invalid anti-replay nonce"
;
then
_info
"It seems the CA server is busy now, let's wait and retry."
_request_retry_times
=
$(
_math
"
$_request_retry_times
"
+ 1
)
...
...
deploy/README.md
View file @
6499a729
...
...
@@ -94,6 +94,7 @@ DEPLOY_CPANEL_USER is required only if you run the script as root and it should
export
DEPLOY_CPANEL_USER
=
username
acme.sh
--deploy
-d
example.com
--deploy-hook
cpanel_uapi
```
Please note, that the cpanel_uapi hook will deploy only the first domain when your certificate will automatically renew. Therefore you should issue a separete certificate for each domain.
...
...
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