aboutsummaryrefslogtreecommitdiffstats
path: root/a1-policy-management/src/test/resources/keystore.jks
AgeCommit message (Collapse)AuthorFilesLines
2022-08-12NONRTRIC PMS, updated certsPatrikBuhr1-0/+0
Updated certificate (which was expired). Issue-ID: CCSDK-3683 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I373bf34bc0a1bb0b5b5ff00f0f98da080ba794ff
2021-08-18Update springboot version of the Policy Management Service (version 2.5)PatrikBuhr1-0/+0
This required some changes due to not backwards compatible changes. - The API to springboot WebClient is changed, which is wrapped in class AsyncRestClient. - The validation of trusted certs is made more strict. The Owner field of the peer cert must contain the name ofthe using host. The uniitest tests this, so the cert in config is updated (Owner is "localhost"). Change-Id: Ia954b0ee5942884cd4b9fd82769bc8089dc35c53 Issue-ID: CCSDK-3421 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>