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
5980ebc7
"vscode:/vscode.git/clone" did not exist on "78cb215bb2eb1ce6dd243adcdb8864486cdbf213"
Commit
5980ebc7
authored
Aug 27, 2016
by
neil
Browse files
minor, do not output the key file if using signcsr
parent
8371b030
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
5980ebc7
...
...
@@ -2086,7 +2086,11 @@ issue() {
cat
"
$CERT_PATH
"
_info
"Your cert is in
$(
__green
"
$CERT_PATH
"
)
"
_info
"Your cert key is in
$(
__green
"
$CERT_KEY_PATH
"
)
"
if
[
-f
"
$CERT_KEY_PATH
"
]
;
then
_info
"Your cert key is in
$(
__green
"
$CERT_KEY_PATH
"
)
"
fi
cp
"
$CERT_PATH
"
"
$CERT_FULLCHAIN_PATH
"
if
[
!
"
$USER_PATH
"
]
||
[
!
"
$IN_CRON
"
]
;
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