From f659cbb146f5b8d35b82afc75ad35b5ffe41d001 Mon Sep 17 00:00:00 2001 From: sebdet Date: Tue, 15 Sep 2020 11:53:27 +0200 Subject: Fix the ssl config Fix SSL config so that clamp can access external files from the application.properties spring definition Issue-ID: CLAMP-884 Signed-off-by: sebdet (cherry picked from commit 536db7b811eba341aef48a745b495da068d170eb) Change-Id: I3e0edee985f68499549866d43768c949f7af6107 --- src/test/resources/https/https-test.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/resources') diff --git a/src/test/resources/https/https-test.properties b/src/test/resources/https/https-test.properties index df1823f8c..6f3a405fc 100644 --- a/src/test/resources/https/https-test.properties +++ b/src/test/resources/https/https-test.properties @@ -36,6 +36,7 @@ server.ssl.key-alias=clamp@clamp.onap.org # The key file used to decode the key store and trust store password # If not defined, the key store and trust store password will not be decrypted clamp.config.keyFile=classpath:clds/aaf/org.onap.clamp.keyfile +clamp.config.caCerts=classpath:clds/aaf/ssl/ca-certs.pem ## Config part for Client certificates server.ssl.client-auth=want -- cgit 1.2.3-korg