mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-25 01:38:28 +02:00
fix parameter
This commit is contained in:
committed by
Lukas Schauer
parent
ba5928776f
commit
53c458c318
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user