Files @ eb172883f16d
Branch filter:

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

branko
Noticket: Fix the invocation of GnuPG to use the --no-tty option:

- At least in some cases GnuPG would otherwise fail to run.
ssl_protocols {{ web_server_tls_protocols | join(" ") }};
ssl_ciphers {{ web_server_tls_ciphers }};