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

@ -5,6 +5,8 @@ search ingress-nginx.svc.cluster.local svc.cluster.local cluster.local
options ndots:5
]===]
package.loaded["util.resolv_conf"] = nil
helpers.with_resolv_conf(conf, function()
require("util.resolv_conf")
end)