#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

@ -44,6 +44,7 @@ object Configuration {
trust-store = "%s"
key-store = "%s"
key-store-password = "changeme"
key-password = "changeme"
trust-store-password = "changeme"
protocol = "TLSv1"
random-number-generator = "%s"