Unverified Commit 9173140d authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #1788 from ghostwheel42/dev

createDomainKey: fix exitcode for creating new key
parents ac0cdcf7 7aeb113c
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment