You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[1.3] - 2020-09-17
Changed
Relying Party must keep the list of trusted server certificates and supply them to mid-rest-java-client
recommended way is to create a trust store (ehiter JKS or P12 format) and load trusted certificates into it
(and update this file when new certificates are published and eventually replaced by Application Provider (SK)
withLiveEnvCertificates() and withDemoEnvCertificates() methods are now removed (certificates are not longer hard coded into client library)
To indicate that we have a trust store the following methods should be renamed (old methods are now marked as deprecated)