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
58b8dfad
Commit
58b8dfad
authored
Jan 20, 2016
by
Neil
Browse files
Merge pull request #29 from tombii/patch-1
FORCE=1 then we also need to regenerate the CSR
parents
2bd7774b
5248c517
Changes
1
Show whitespace changes
Inline
Side-by-side
le.sh
View file @
58b8dfad
...
@@ -110,7 +110,7 @@ createCSR() {
...
@@ -110,7 +110,7 @@ createCSR() {
domainlist
=
$2
domainlist
=
$2
if
[
-f
"
$CSR_PATH
"
]
&&
[
"
$IS_RENEW
"
]
;
then
if
[
-f
"
$CSR_PATH
"
]
&&
[
"
$IS_RENEW
"
]
&&
!
[
"
$FORCE
"
]
;
then
_info
"CSR exists, skip"
_info
"CSR exists, skip"
return
return
fi
fi
...
...
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