From 4fa59b5ce8075a5c736aab9a22403c0bc1bd3871 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 7 Oct 2015 23:04:25 +0000 Subject: [PATCH] Enable ticket keys --- roles/httpd/proxy/tasks/main.yml | 1 + roles/httpd/proxy/templates/02-ticketkey.conf | 1 + 2 files changed, 2 insertions(+) create mode 100644 roles/httpd/proxy/templates/02-ticketkey.conf diff --git a/roles/httpd/proxy/tasks/main.yml b/roles/httpd/proxy/tasks/main.yml index 51357794f6..667fc531ef 100644 --- a/roles/httpd/proxy/tasks/main.yml +++ b/roles/httpd/proxy/tasks/main.yml @@ -24,6 +24,7 @@ - forwarded.conf - 00-namevirtualhost.conf - 01-keepalives.conf + - 02-ticketkey.conf notify: - restart httpd tags: diff --git a/roles/httpd/proxy/templates/02-ticketkey.conf b/roles/httpd/proxy/templates/02-ticketkey.conf new file mode 100644 index 0000000000..eb0f056809 --- /dev/null +++ b/roles/httpd/proxy/templates/02-ticketkey.conf @@ -0,0 +1 @@ +SSLSessionTicketKeyFile /etc/httpd/ticketkey.tkey