mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Loading of keys info from system (JVM) properties takes precedence over metadata file. It is required to set the unique ID of the keystore and remove the metadata file location property to use JVM properties lookup instead. The property lookup format is the following: [keystore-id].password - keystore password [keystore-id].aliases - comma separated list of aliases for the keys in the keystore [keystore-id].[alias].keyData - key data bytes in base64 [keystore-id].[alias].algorithm - key algorithm [keystore-id].[alias].password - key password
25 lines
442 B
Plaintext
25 lines
442 B
Plaintext
The keystores contained in this folder are used by tests.
|
|
|
|
==================
|
|
== ks-test-1.ks ==
|
|
==================
|
|
|
|
Keystore password: ksPwd1
|
|
Keystore type: JCEKS
|
|
Keystore provider: SunJCE
|
|
|
|
Your keystore contains 1 entry
|
|
mykey1: aliasPwd1
|
|
|
|
==================
|
|
== ks-test-2.ks ==
|
|
==================
|
|
|
|
Keystore password: ksPwd2
|
|
Keystore type: JCEKS
|
|
Keystore provider: SunJCE
|
|
|
|
Your keystore contains 2 entries
|
|
mykey1: aliasPwd1
|
|
mykey2: aliasPwd2
|