Consensys/doc.teku

Fix command to generate JWT token

ajsutton opened this issue · 0 comments

Describe the bug

The openssl in ubuntu doesn't support the -out option. So rather than openssl rand -hex 32 -out token.txt we need to use openssl rand -hex 32 > token.txt

  • Missing content
  • Outdated content
  • Wrong content
  • Confusing or misleading content
  • Other

Change suggestion

More context