Use jks as the default KeyStore type (#1258)

* Always use jks as the KeyStore type instead of trying to extract it from the resource extension.  Fixes #1176

* Use property to decide the type of KeyStore to create
This commit is contained in:
Ryan Baxter
2019-02-27 11:53:39 -05:00
committed by GitHub
parent 7493056d3c
commit 75838004ea
4 changed files with 5 additions and 4 deletions

View File

@@ -983,6 +983,7 @@ keystore properties are `encrypt.keyStore.\*` with `*` equal to
|`encrypt.keyStore.location`|Contains a `Resource` location
|`encrypt.keyStore.password`|Holds the password that unlocks the keystore
|`encrypt.keyStore.alias`|Identifies which key in the store to use
|`encrypt.keyStore.type`|The type of KeyStore to create. Defaults to `jks`.
|===
The encryption is done with the public key, and a private key is