From be74677dd6ee2abafc406ce3118655421f2358cd Mon Sep 17 00:00:00 2001 From: Moanes Ben Amor <77829341+m-benamor@users.noreply.github.com> Date: Wed, 23 Feb 2022 17:04:48 +0100 Subject: [PATCH] refactor: rename crypto configuration --- internal-configuration/mainzelliste.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal-configuration/mainzelliste.conf b/internal-configuration/mainzelliste.conf index d123a5a..64b572b 100644 --- a/internal-configuration/mainzelliste.conf +++ b/internal-configuration/mainzelliste.conf @@ -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.exportEncryption = mdsIdEncryption # 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.encryption.mdsIdEncryption.key = mdsIdPublicKey -crypto.encryption.mdsIdEncryption.type = RSA_ENCRYPT +crypto.cipher.mdsIdEncryption.key = mdsIdPublicKey +crypto.cipher.mdsIdEncryption.type = JCERsaEncryption # Configuration of the study specific id-generators