From 0099146b79b658ef403b6a72face1fd04886a10f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Bone=CC=81r?= Date: Wed, 15 Feb 2012 20:21:59 +0100 Subject: [PATCH] Fixed './scripts/generate_config_with_secure_cookie.sh' - generated the wrong config. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Bonér --- scripts/generate_config_with_secure_cookie.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/generate_config_with_secure_cookie.sh b/scripts/generate_config_with_secure_cookie.sh index d36dfeac2a..ea422329ba 100755 --- a/scripts/generate_config_with_secure_cookie.sh +++ b/scripts/generate_config_with_secure_cookie.sh @@ -50,9 +50,12 @@ include "akka-reference.conf" akka { remote { - secure-cookie = """") + netty { + secure-cookie = """") print(Crypt.generateSecureCookie) print("""" + require-cookie = on + } } } """)