]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
fixed typo (closes #712)
authorLukas Schauer <lukas@schauer.so>
Thu, 2 Apr 2020 10:23:09 +0000 (12:23 +0200)
committerLukas Schauer <lukas@schauer.so>
Thu, 2 Apr 2020 10:23:09 +0000 (12:23 +0200)
dehydrated

index 6416b57c85a557a216817887e7696ea5f29279b3..0965af914f0a06a2c688a3e1e0b545960d68d246 100755 (executable)
@@ -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