Files @ 490c7b153f52
Branch filter:

Location: majic-ansible-roles/roles/web_server/templates/tls.conf.j2 - annotation

branko
Noticket: Improved logic behind a couple of tests that use commands to ensure a specific error is happening for tests to pass.
ssl_protocols {{ web_server_tls_protocols | join(" ") }};
ssl_ciphers {{ web_server_tls_ciphers }};