Skip to content

Commit

Permalink
feat(did): removed not needed x5c (keys only)
Browse files Browse the repository at this point in the history
  • Loading branch information
Torsten Egenolf committed Jun 4, 2024
1 parent d2ca906 commit a1a941f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions certs/generate_did_document.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@
"controller": did_controller,
"publicKeyJwk": {
"kty": "EC",
"x5c": [
public_key_pem_b64
],
"crv": "P-256",
"x": x,
"y": y
Expand Down

0 comments on commit a1a941f

Please sign in to comment.