hello,
for example, I have nginx.conf
and I want to make sure about couple of things
a) no "ssl_certificate" is defined
b) no "ssl_protocols" is defined
c) no "proxy_next_upstream" is defined
is it possible to write a test that checks that ?
i.e. import config file, interpret it, pick parameters, compare them to predefined (default) values