X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fconfig%2Fapplication.yaml;h=e9146e011e1a6bc64e2f552e4c7d8a02d90aa0d5;hb=17041db5ec17da3beb56b962e7a2cca79ca6ff59;hp=aac43930e14215c0a21ae6f96bbe4899e8bcad65;hpb=b0c87504d1cd5cd68f9efcb2fdb8decb83855ef0;p=nonrtric.git diff --git a/policy-agent/config/application.yaml b/policy-agent/config/application.yaml index aac43930..e9146e01 100644 --- a/policy-agent/config/application.yaml +++ b/policy-agent/config/application.yaml @@ -25,7 +25,7 @@ server: ssl: key-store-type: JKS key-store-password: policy_agent - key-store: classpath:keystore.jks + key-store: /opt/app/policy-agent/etc/cert/keystore.jks key-password: policy_agent key-alias: policy_agent app: @@ -33,5 +33,5 @@ app: webclient: trust-store-used: false trust-store-password: policy_agent - trust-store: classpath:keystore.jks + trust-store: /opt/app/policy-agent/etc/cert/truststore.jks