BUG-3552 Introduce custom java.security config file 61/22261/4
authorMaros Marsalek <mmarsale@cisco.com>
Wed, 10 Jun 2015 08:30:29 +0000 (10:30 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 15 Jun 2015 08:14:11 +0000 (08:14 +0000)
commit482cb4a1845e2e8109b9176704f2421ff7f40277
treee0f2fb5ec531a356acb692ea19a4fbcb688db39f
parent9a06d5de97157fdd497946f7c467c928344e0e67
BUG-3552 Introduce custom java.security config file

Set the list of excluded ciphers available for use in ODL. The list was
developed in order to disable weak/vulnerable ciphers and also to prevent
the Logjam exploit.

The security file can be set using ODL_JAVA_SECURITY_PROPERTIES env variable.

Change-Id: I4867fe05986c020e09938c138d4d033299e0f9b7
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
karaf/opendaylight-karaf-resources/src/main/resources/bin/instance
karaf/opendaylight-karaf-resources/src/main/resources/bin/instance.bat
karaf/opendaylight-karaf-resources/src/main/resources/bin/karaf
karaf/opendaylight-karaf-resources/src/main/resources/bin/karaf.bat
karaf/opendaylight-karaf-resources/src/main/resources/etc/odl.java.security [new file with mode: 0755]