Update exipred certs used for FAPI OIDC conformance test suite #20592
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
$subject
Steps followed:
<cert-set-id>
assigned for the key set from the folder name.ex: oQ4KoaavpOuoE7rvQsZEOV_Expire-29_06_2025 -> key = oQ4KoaavpOuoE7rvQsZEOV
ex:
https://keystore.openbankingtest.org.uk/0015800001HQQrZAAX/<cert-set-id>.jwks
serverjwks.py
andserverjwks2.py
using the cert values obtained from the above URL.client_configs.py
jwks keys using the private keys in cert sets folders.i. For sig keys, use the signing.key file and get the jwks using a pem to jwks tool. ex: https://tribestream.io/tools/pem2jwk/
ii. For enc keys get the .key file under the encryption related folder or file (this can vary from key set to key set) and covert to jwks.
client_configs.py
mtls cert-key values using thetransport.key
andtransport.pem
files.Successful build: