Skip to content

Commit

Permalink
Generate signing key with nushell
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesTaylor7 authored Nov 28, 2024
1 parent b5e70e9 commit 466c839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ How to release:
## Secret management

Script to generate a new signing key:
```bash
node -e "console.log(require('crypto').randomBytes(64).toString('hex'))"
```nu
random binary 64 | encode hex
```
In prod use `fly secret`.
In dev, use the .env file.
Expand Down

0 comments on commit 466c839

Please sign in to comment.