#3204 - Adding keypass to SSL configuration
This commit is contained in:
parent
fdf6df7254
commit
ad2e3c5e37
9 changed files with 27 additions and 13 deletions
|
|
@ -329,6 +329,7 @@ An example of setting up the default Netty based SSL driver as default::
|
|||
key-store = "mykeystore"
|
||||
trust-store = "mytruststore"
|
||||
key-store-password = "changeme"
|
||||
key-password = "changeme"
|
||||
trust-store-password = "changeme"
|
||||
protocol = "TLSv1"
|
||||
random-number-generator = "AES128CounterSecureRNG"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue