From dfb21bce33e65dd811d1fc6458c773dbcc91e830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Guimar=C3=A3es?= Date: Fri, 8 Mar 2024 14:08:38 +0000 Subject: [PATCH] Fix #3113 --- .../roda-core/src/main/resources/config/roda-core.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roda-core/roda-core/src/main/resources/config/roda-core.properties b/roda-core/roda-core/src/main/resources/config/roda-core.properties index ab7d3dfe55..8c2ea91d2a 100644 --- a/roda-core/roda-core/src/main/resources/config/roda-core.properties +++ b/roda-core/roda-core/src/main/resources/config/roda-core.properties @@ -579,7 +579,7 @@ core.user_registration.disabled = false # Plugins certificates setting # ########################################################################## -core.plugins.external.certificates.opt-in = true +# core.plugins.external.certificates.opt-in = true # core.plugins.external.certificates.custom.truststore.enable = false # core.plugins.external.certificates.custom.truststore.type = PKCS12 # core.plugins.external.certificates.custom.truststore.name = custom-truststore.p12