Good morning,
Currently I'm loading SSL certificate using ssl_certificate_by_lua_file to load SSL certificate. But I see that this directive is only called once on first https request, and then, its no more called.
So how can I force openresty to recall this directive in order to reload the SSL certificate without reloading the whole server?
Thanks in advance.