ory create jwk
ory create jwk
Create a JSON Web Key Set with a JSON Web Key
ory create jwk <set-id> [<key-id>] [flags]
Examples
{{ .CommandPath }} <my-jwk-set> --alg RS256 --use sig
Options
--alg string The algorithm to be used to generated they key. Supports: RS256, RS512, ES256, ES512, EdDSA (default "RS256")
--format string Set the output format. One of table, json, yaml, json-pretty, and jsonpath. (default "default")
-h, --help help for jwk
--project string The project to use, either project ID or a (partial) slug.
-q, --quiet Be quiet with output printing.
--use string The intended use of this key. Supports: sig, enc (default "sig")
Options inherited from parent commands
-c, --config string Path to the Ory Network configuration file.
-y, --yes Confirm all dialogs with yes.
SEE ALSO
- ory create - Create Ory Network resources