Skip to content

Commit f3b041e

Browse files
authored
Update README.md
Signed-off-by: Alex Ellis <[email protected]>
1 parent d76026c commit f3b041e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

chart/pro-builder/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,7 @@ For pushing images to ECR see: [Push images to Amazon ECR](#push-images-to-amazo
5858
Create a HMAC signing secret for use between the Pro Builder and your client:
5959

6060
```bash
61-
PAYLOAD=$(head -c 32 /dev/urandom |shasum | cut -d ' ' -f 1)
62-
63-
# Save a copy for later use
64-
echo $PAYLOAD > payload.txt
61+
$(openssl rand -base64 32) > payload.txt
6562
```
6663

6764
Create a secret with the contents of the signing secret:

0 commit comments

Comments
 (0)