Skip to content

fixing URL and markdown format issue #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This project allows Web browser and API clients to easily generate JWT signing/v
- Official URL: https://jwt-keys.21no.de/ (COMING SOON)

## Backend API
- Official URL: `https://jwt-keys.21no.de/api/generate/:ALGORITHM?bytes=BYTES&bits=BITS`
- Official URL: `https://jwt-keys.21no.de/api/generate/ALGORITHM?bytes=BYTES&bits=BITS`

### Examples:
- Generate RS256 key pair: https://jwt-keys.21no.de/api/generate/RS256?bits=2048
Expand All @@ -47,7 +47,8 @@ Supported values: bytes >= 12 && bytes <= 160
The `bytes` query parameter is optional and only used for HS* algorithms. Default value is: 32

#### bits (optional)
> See: https://github.com/certbot/certbot/issues/2080
> See: https://github.com/certbot/certbot/issues/2080

Supported values, one of: 1024, 2048, 3072, 4096

The `bits` query parameter is optional and only used for RS* and PS* algorithms. Default value is: 3072
Expand Down