Skip to content

Commit 5e3518f

Browse files
authored
docs: use the correct command for generating signing key (supabase#37623)
1 parent f681599 commit 5e3518f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/content/guides/auth/signing-keys.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ If you wish to make your own JWTs or have access to the private key or shared se
171171
Use the [Supabase CLI](/docs/reference/cli/introduction) to quickly and securely generate a private key ready for import:
172172

173173
```sh
174-
supabase gen generate-key ES256
174+
supabase gen signing-key --algorithm ES256
175175
```
176176

177177
Make sure you store this private key in a secure location, as it will not be extractable from Supabase.

0 commit comments

Comments
 (0)