We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e813551 commit 018ab09Copy full SHA for 018ab09
apisix/cli/ngx_tpl.lua
@@ -431,7 +431,6 @@ http {
431
{% if ssl.ssl_trusted_certificate ~= nil then %}
432
lua_ssl_trusted_certificate {* ssl.ssl_trusted_certificate *};
433
{% end %}
434
- lua_ssl_trusted_certificate /etc/ssl/cert.pem;
435
# http configuration snippet starts
436
{% if http_configuration_snippet then %}
437
{* http_configuration_snippet *}
0 commit comments