Add encrypt.keyStore.secret property

So that the keystore and the key can have independent secrets
(the "secret" is the key, and the "password" is the store).

Fixes gh-98
This commit is contained in:
Dave Syer
2015-03-09 22:15:41 +00:00
parent 742cb478ba
commit bcef73bc98
5 changed files with 40 additions and 5 deletions

View File

@@ -287,8 +287,9 @@ your `application.yml` for the Config Server:
encrypt:
keyStore:
location: classpath:/server.jks
alias: mytestkey
password: letmein
alias: mytestkey
secret: changeme
----
=== Embedding the Config Server