mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/reference/components-reference/supported-cryptography/json-web-key-sets.md
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com> Signed-off-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
parent
85d4140e7a
commit
1160a35be8
|
@ -7,7 +7,7 @@ description: Detailed information on the JWKS cryptography component
|
|||
|
||||
## Component format
|
||||
|
||||
The purpose of this component is to load keys from a JSON Web Key Set (RFC-7517). These are JSON documents that contain 1 or more keys as JWK (JSON Web Key); they can be public, private, or shared keys.
|
||||
The purpose of this component is to load keys from a JSON Web Key Set ([RFC 7517](https://www.rfc-editor.org/rfc/rfc7517)). These are JSON documents that contain 1 or more keys as JWK (JSON Web Key); they can be public, private, or shared keys.
|
||||
|
||||
This component supports loading a JWKS:
|
||||
- From a local file (if the file is changed on disk, it's reloaded automatically),
|
||||
|
|
Loading…
Reference in New Issue