Restore ssl settings in reference.conf, see #3022

* Cleanup and addition of configuration tests for remote settings
This commit is contained in:
Patrik Nordwall 2013-02-11 13:33:21 +01:00
parent 814ba1c02a
commit 9ed701a75c
9 changed files with 103 additions and 29 deletions

View file

@ -318,7 +318,7 @@ An example of setting up the default Netty based SSL driver as default::
remote {
enabled-transports = [akka.remote.netty.ssl]
netty.ssl {
netty.ssl.security {
key-store = "mykeystore"
trust-store = "mytruststore"
key-store-password = "changeme"
@ -326,7 +326,6 @@ An example of setting up the default Netty based SSL driver as default::
protocol = "TLSv1"
random-number-generator = "AES128CounterSecureRNG"
enabled-algorithms = [TLS_RSA_WITH_AES_128_CBC_SHA]
sha1prng-random-source = "/dev/./urandom"
}
}
}