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
9173140d
Unverified
Commit
9173140d
authored
Aug 15, 2018
by
neil
Committed by
GitHub
Aug 15, 2018
Browse files
Merge pull request #1788 from ghostwheel42/dev
createDomainKey: fix exitcode for creating new key
parents
ac0cdcf7
7aeb113c
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
9173140d
...
@@ -1327,6 +1327,7 @@ createDomainKey() {
...
@@ -1327,6 +1327,7 @@ createDomainKey() {
if _createkey "$_cdl" "$CERT_KEY_PATH"; then
if _createkey "$_cdl" "$CERT_KEY_PATH"; then
_savedomainconf Le_Keylength "$_cdl"
_savedomainconf Le_Keylength "$_cdl"
_info "The domain key is here: $(__green $CERT_KEY_PATH)"
_info "The domain key is here: $(__green $CERT_KEY_PATH)"
return 0
fi
fi
else
else
if [ "$IS_RENEW" ]; then
if [ "$IS_RENEW" ]; 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