fix formatting of bootstrap token generation
parent
610099af09
commit
450709e996
|
@ -38,7 +38,9 @@ This section will walk you through the creation of a TLS bootstrap token that wi
|
||||||
|
|
||||||
Generate a token:
|
Generate a token:
|
||||||
|
|
||||||
|
```
|
||||||
BOOTSTRAP_TOKEN=$(head -c 16 /dev/urandom | od -An -t x | tr -d ' ')
|
BOOTSTRAP_TOKEN=$(head -c 16 /dev/urandom | od -An -t x | tr -d ' ')
|
||||||
|
```
|
||||||
|
|
||||||
Generate a token file:
|
Generate a token file:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue