#3204 - Adding keypass to SSL configuration

This commit is contained in:
Viktor Klang 2013-04-11 13:14:48 +02:00
parent fdf6df7254
commit ad2e3c5e37
9 changed files with 27 additions and 13 deletions

View file

@ -61,6 +61,7 @@ object RemotingSpec {
key-store = "${getClass.getClassLoader.getResource("keystore").getPath}"
trust-store = "${getClass.getClassLoader.getResource("truststore").getPath}"
key-store-password = "changeme"
key-password = "changeme"
trust-store-password = "changeme"
protocol = "TLSv1"
random-number-generator = "AES128CounterSecureRNG"