I'm using CentOS7 with kong installed from the provided package.
The new 0.9x config file has no way to update the SSL protocols or ciphers.
I can't figure out how to change hard-set parameters that are set in the nginx_kong.lua template that is used to auto-generate the nginx-kong.conf file prior to starting nginx.
I can, of course, update the template file itself, but that would be overwritten with upgrades.
The
documentation makes it sound like the default templates can be used with the --nginx-conf argument, but they cannot as they have invalid syntax.
How do I do this?