Skip to content

Commit

Permalink
docs(remark): add Need Entropy section
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Jun 2, 2023
1 parent 7c69582 commit 28c0cb1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/_docs/remarks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ title: Remarks

Qualtet has a private-key with an in-memory for generating/validating JWT. It's generated when booting the http-server (qualtet). It means JWT will be invalid if the http-server reboot.

## Need Entropy

Qualtet require entropy to create a private-key. For more details, please see below StackOverflow's answer.

> See: [/dev/random Extremely Slow?](https://stackoverflow.com/questions/4819359/dev-random-extremely-slow)
## Markdown Parsing

Qualtet **does not parse markdown to HTML**. Please parse it and set to `htmlContent` field by yourself when you `POST` a content.
Expand Down

0 comments on commit 28c0cb1

Please sign in to comment.