File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ config:
114114
115115 # private jwk
116116 metadata_jwks : &metadata_jwks
117- - crv : P-256
117+ - crv : P-256 # Please note: this is the first key [0] and it is used for signing the presentation requests
118118 d : KzQBowMMoPmSZe7G8QsdEWc1IvR2nsgE8qTOYmMcLtc
119119 kid : dDwPWXz5sCtczj7CJbqgPGJ2qQ83gZ9Sfs-tJyULi6s
120120 use : sig
@@ -284,7 +284,7 @@ config:
284284 O6HVbDnJXTA34/I4snisJfZQ+Z9gln921+2Q27sMvyS7aBqtocDuWB0w3XZ3aCYk
285285 DTEzMjUtQA==
286286 -----END CERTIFICATE-----
287- relying_party_certificate_chains_by_ca : # chains can be formed by items serialized in binary python serialization or PEM
287+ relying_party_certificate_chains_by_ca : # X.509 chains in PEM format. Please note: Leaf's certificate MUST be related to metadata_jwks[0]
288288 ca.example.com :
289289 - |
290290 -----BEGIN CERTIFICATE-----
You can’t perform that action at this time.
0 commit comments