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
464dc937
Unverified
Commit
464dc937
authored
Mar 07, 2018
by
neil
Committed by
GitHub
Mar 07, 2018
Browse files
Merge pull request #1331 from jim-p/acme-fix-1330
Test ACME v2 before copying certificate to fullchain (again)
parents
fd56fe6e
7445a3be
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
464dc937
...
@@ -4078,7 +4078,9 @@ $_authorizations_map"
...
@@ -4078,7 +4078,9 @@ $_authorizations_map"
_info
"Your cert key is in
$(
__green
"
$CERT_KEY_PATH
"
)
"
_info
"Your cert key is in
$(
__green
"
$CERT_KEY_PATH
"
)
"
fi
fi
cp
"
$CERT_PATH
"
"
$CERT_FULLCHAIN_PATH
"
if
[
"
$ACME_VERSION
"
!=
"2"
]
;
then
cp
"
$CERT_PATH
"
"
$CERT_FULLCHAIN_PATH
"
fi
if
[
!
"
$USER_PATH
"
]
||
[
!
"
$IN_CRON
"
]
;
then
if
[
!
"
$USER_PATH
"
]
||
[
!
"
$IN_CRON
"
]
;
then
USER_PATH
=
"
$PATH
"
USER_PATH
=
"
$PATH
"
...
...
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