We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c247b commit 5753cc1Copy full SHA for 5753cc1
README.md
@@ -107,7 +107,7 @@ Commands above spin up everything needed. UI will be at localhost:6500
107
108
# JWT token key generation
109
110
-1. `openssl genrsa -out key_priv 1024`
+1. `openssl genrsa -out key_priv 2048`
111
2. `openssl rsa -in key_priv -pubout -outform PEM -out key.pem`
112
3. `openssl pkcs8 -topk8 -inform PEM -in key_priv -out key -nocrypt`
113
4. `rm -f key_priv`
0 commit comments