Lua OCSP stapling
This commit is contained in:
parent
42b3a1ebd2
commit
1dab12fb81
6 changed files with 164 additions and 5 deletions
|
|
@ -94,6 +94,8 @@ http {
|
|||
error("require failed: " .. tostring(res))
|
||||
else
|
||||
certificate = res
|
||||
-- TODO: get this from the configmap
|
||||
certificate.is_ocsp_stapling_enabled = false
|
||||
end
|
||||
|
||||
ok, res = pcall(require, "plugins")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue