refactor: rename crypto configuration

This commit is contained in:
Moanes Ben Amor 2022-02-23 17:04:48 +01:00 committed by GitHub
parent 87f345ca31
commit be74677dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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