mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-11 21:05:21 +01:00
fixed typo (closes #712)
This commit is contained in:
@@ -1398,7 +1398,7 @@ command_sign_domains() {
|
||||
ln -sf "ocsp-${ocsp_timestamp}.der" "${certdir}/ocsp.der"
|
||||
[[ -n "${HOOK}" ]] && altnames="${domain} ${morenames}" "${HOOK}" "deploy_ocsp" "${domain}" "${certdir}/ocsp.der" "${ocsp_timestamp}"
|
||||
else
|
||||
echo " + OSCP stapling file is still valid (skipping update)"
|
||||
echo " + OCSP stapling file is still valid (skipping update)"
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user