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
1d5d4931
Commit
1d5d4931
authored
Mar 30, 2017
by
neil
Committed by
GitHub
Mar 30, 2017
Browse files
Merge pull request #757 from Neilpang/dev
fix format
parents
72154365
232c7361
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
1d5d4931
...
...
@@ -3686,8 +3686,8 @@ issue() {
_savedomainconf "Le_LinkIssuer" "$Le_LinkIssuer"
if [ "$Le_LinkIssuer" ]; then
_link_issuer_retry=0
;
_MAX_ISSUER_RETRY=5
;
_link_issuer_retry=0
_MAX_ISSUER_RETRY=5
while [ "$_link_issuer_retry" -lt "$_MAX_ISSUER_RETRY" ]; do
_debug _link_issuer_retry "$_link_issuer_retry"
if _get "$Le_LinkIssuer" >"$CA_CERT_PATH.der"; 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