diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-09-15 11:53:27 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-09-15 16:19:11 +0200 |
commit | 536db7b811eba341aef48a745b495da068d170eb (patch) | |
tree | 72cdba6e61989c7a00ef19545969ac0e49e30075 /src/test/resources/https | |
parent | 2d9f989e0d37002c758bdf66a3f25fcfdac35b62 (diff) |
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 <sebastien.determe@intl.att.com>
Change-Id: Ic4483d56c86f52249b09b386cdbe505f2f2f2a66
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/test/resources/https')
-rw-r--r-- | src/test/resources/https/https-test.properties | 1 |
1 files changed, 1 insertions, 0 deletions
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 |