Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
58f41a19
Commit
58f41a19
authored
Jul 02, 2016
by
neil
Browse files
minor
parent
d8d10bc4
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
58f41a19
...
...
@@ -1395,6 +1395,10 @@ issue() {
_info "Skip register account key"
fi
if [ "$Le_Keylength" = "no" ] ; then
Le_Keylength=""
fi
_key=$(_readdomainconf Le_Keylength)
_debug "Read key length:$_key"
if [ ! -f "$CERT_KEY_PATH" ] || [ "$Le_Keylength" != "$_key" ] ; then
...
...
@@ -1406,9 +1410,7 @@ issue() {
fi
_savedomainconf "Le_Keylength" "$Le_Keylength"
if [ "$Le_Keylength" = "no" ] ; then
Le_Keylength=""
fi
if ! createCSR $Le_Domain $Le_Alt ; then
_err "Create CSR error."
...
...
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