fix parameter

This commit is contained in:
Tobias Tiederle
2018-04-14 08:29:54 +00:00
committed by Lukas Schauer
parent ba5928776f
commit 53c458c318

View File

@@ -65,7 +65,7 @@ deploy_cert() {
} }
deploy_ocsp() { deploy_ocsp() {
local DOMAIN="${1}" OCSPFILE="${2}" TIMESTAMP="${6}" local DOMAIN="${1}" OCSPFILE="${2}" TIMESTAMP="${3}"
# This hook is called once for each updated ocsp stapling file that has # This hook is called once for each updated ocsp stapling file that has
# been produced. Here you might, for instance, copy your new ocsp stapling # been produced. Here you might, for instance, copy your new ocsp stapling