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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user