Hello guys,
I'm trying to define a a ssl certificate based on the request host, but I don't know how to get this data inside the ssl_certificate_by_lua_block.
There is an function to get the headers (ngx.req.get_headers), but it is not available inside the ssl_certificate_by_lua directive.
Any ideas about how I can get the reques host inside the ssl_certificate_by_lua_block?