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 + } } } """)