Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
docs(cli-jwk): edited replace option
Browse files Browse the repository at this point in the history
  • Loading branch information
imShakil committed Jul 7, 2021
1 parent b2c8229 commit d240a5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/cli/cli-jwk-json-web-key-jwk.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ It's a json file containing `key-value` pair. Each of these properties in the ke
|`x`| The "x" (x coordinate) parameter contains the x coordinate for the [Elliptic Curve point](https://datatracker.ietf.org/doc/html/rfc7518#section-6.2.1.2). |
|`y`| The "y" (y coordinate) parameter contains the y coordinate for the [Elliptic Curve point](https://datatracker.ietf.org/doc/html/rfc7518#section-6.2.1.3). |

If you want to explore more go through the reference link.
If you want to explore more, please go through the reference link.

Let's update the json file to create a new key configuration.

Expand Down Expand Up @@ -275,6 +275,7 @@ Server Response:
}
```

Please remember, This operation replaces all JWKs having in the Janssen server with new ones. So, In this case, if you want to keep olds JWKs, you have to put them as well in the schema file.
## Patch JSON Web Key (JWK)

With this operation id, we can modify JSON Web Keys partially of its properties.
Expand Down

0 comments on commit d240a5d

Please sign in to comment.