Skip to content

Commit

Permalink
Update scratch.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhuilong committed Oct 14, 2017
1 parent bbc57a1 commit a7238fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started-guides/scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ You will end up with the following files (we will use these variables later on)
The admin user (and any users) need:

- a token or a password to identify them.
- tokens are just long alphanumeric strings, for example, 32 chars. See
- tokens are just long alphanumeric strings, 32 chars for example. See
- `TOKEN=$(dd if=/dev/urandom bs=128 count=1 2>/dev/null | base64 | tr -d "=+/" | dd bs=32 count=1 2>/dev/null)`

Your tokens and passwords need to be stored in a file for the apiserver
Expand Down

0 comments on commit a7238fd

Please sign in to comment.