Files @ 79a8cf1632c0
Branch filter:

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

branko
MAR-136: Updated Ansible version used through documentation and release notes.
ssl_protocols {{ web_server_tls_protocols | join(" ") }};
ssl_ciphers {{ web_server_tls_ciphers }};