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 15ed8e2 commit 8dd1798Copy full SHA for 8dd1798
README.md
@@ -67,8 +67,6 @@ curl -s http://localhost:3000/api/generate/ES512 | jq "."
67
Alternatively, you can use the following script which also uses Docker:
68
```bash
69
#!/bin/bash
70
-set -e
71
-
72
ALGO="${1:-RS256}"
73
echo "Algorihtm: $ALGO"
74
scripts/gen-keys.sh
@@ -1,6 +1,4 @@
1
2
3
4
5
6
0 commit comments