docs: use the correct command for generating signing key (#37623)

This commit is contained in:
Han Qiao
2025-08-01 22:00:52 +08:00
committed by GitHub
parent f681599a17
commit 5e3518ffd6

View File

@@ -171,7 +171,7 @@ If you wish to make your own JWTs or have access to the private key or shared se
Use the [Supabase CLI](/docs/reference/cli/introduction) to quickly and securely generate a private key ready for import:
```sh
supabase gen generate-key ES256
supabase gen signing-key --algorithm ES256
```
Make sure you store this private key in a secure location, as it will not be extractable from Supabase.