Lua OCSP stapling

This commit is contained in:
Elvin Efendi 2020-02-19 15:05:42 -05:00
parent 42b3a1ebd2
commit 1dab12fb81
6 changed files with 164 additions and 5 deletions

View file

@ -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")