|
@@ -28,10 +28,10 @@ spring:
|
|
|
endpoint:
|
|
|
identification:
|
|
|
algorithm: ""
|
|
|
- trust-store-location: "classpath:uatclient.truststore.jks"
|
|
|
+ trust-store-location: "config/uatclient.truststore.jks"
|
|
|
trust-store-password: test1234
|
|
|
key-password: test1234
|
|
|
- key-store-location: "classpath:uatclient.keystore.jks"
|
|
|
+ key-store-location: "config/uatclient.keystore.jks"
|
|
|
key-store-password: test1234
|
|
|
|
|
|
|
|
@@ -51,10 +51,10 @@ spring:
|
|
|
endpoint:
|
|
|
identification:
|
|
|
algorithm: ""
|
|
|
- trust-store-location: "classpath:uatclient.truststore.jks"
|
|
|
+ trust-store-location: "config/uatclient.truststore.jks"
|
|
|
trust-store-password: test1234
|
|
|
key-password: test1234
|
|
|
- key-store-location: "classpath:uatclient.keystore.jks"
|
|
|
+ key-store-location: "config/uatclient.keystore.jks"
|
|
|
key-store-password: test1234
|
|
|
|
|
|
|