mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-23 08:48:30 +02:00
Change unchanged-certificate message.
This commit is contained in:
@@ -599,7 +599,7 @@ command_sign_domains() {
|
|||||||
echo "Ignoring because renew was forced!"
|
echo "Ignoring because renew was forced!"
|
||||||
else
|
else
|
||||||
# Certificate-Names unchanged and cert is still valid
|
# Certificate-Names unchanged and cert is still valid
|
||||||
echo "Skipping renew! Calling unchanged-hook."
|
echo "Skipping renew!"
|
||||||
[[ -n "${HOOK}" ]] && "${HOOK}" "unchanged_cert" "${domain}" "${BASEDIR}/certs/${domain}/privkey.pem" "${BASEDIR}/certs/${domain}/cert.pem" "${BASEDIR}/certs/${domain}/fullchain.pem" "${BASEDIR}/certs/${domain}/chain.pem"
|
[[ -n "${HOOK}" ]] && "${HOOK}" "unchanged_cert" "${domain}" "${BASEDIR}/certs/${domain}/privkey.pem" "${BASEDIR}/certs/${domain}/cert.pem" "${BASEDIR}/certs/${domain}/fullchain.pem" "${BASEDIR}/certs/${domain}/chain.pem"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user