refactor: rename crypto configuration
This commit is contained in:
parent
87f345ca31
commit
be74677dd6
|
@ -171,10 +171,10 @@ idgenerator.MDS_ML_SITE_L-ID.k3 = ML_MDS_IDGENERATOR_RANDOM_3
|
||||||
idgenerator.MDS_ML_SITE_L-ID.eager = *
|
idgenerator.MDS_ML_SITE_L-ID.eager = *
|
||||||
idgenerator.MDS_ML_SITE_L-ID.exportEncryption = mdsIdEncryption
|
idgenerator.MDS_ML_SITE_L-ID.exportEncryption = mdsIdEncryption
|
||||||
# Encryption for export of mds
|
# Encryption for export of mds
|
||||||
crypto.key.mdsIdPublicKey.type = RSA_PUBLIC
|
crypto.key.mdsIdPublicKey.type = JCEPublicKey
|
||||||
crypto.key.mdsIdPublicKey.uri = file:///run/secrets/centralSearchPublicKey
|
crypto.key.mdsIdPublicKey.uri = file:///run/secrets/centralSearchPublicKey
|
||||||
crypto.encryption.mdsIdEncryption.key = mdsIdPublicKey
|
crypto.cipher.mdsIdEncryption.key = mdsIdPublicKey
|
||||||
crypto.encryption.mdsIdEncryption.type = RSA_ENCRYPT
|
crypto.cipher.mdsIdEncryption.type = JCERsaEncryption
|
||||||
|
|
||||||
# Configuration of the study specific id-generators
|
# Configuration of the study specific id-generators
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue