Commit c845f73
committed
BUG/MINOR: specification: acme: drop RSA-only bits minimum
The bits field on acme providers is documented as the number of bits
used to generate an RSA key, but the schema enforced minimum: 1024
unconditionally. HAProxy ignores bits when keytype is ECDSA (curves
is used instead), so the validation incorrectly blocked configurations
that set bits to ECDSA-typical sizes like 256 or 384.
Drop the minimum and clarify the description so the field's role
across both key types is unambiguous.1 parent ab190db commit c845f73
3 files changed
Lines changed: 3 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12136 | 12136 | | |
12137 | 12137 | | |
12138 | 12138 | | |
12139 | | - | |
12140 | | - | |
| 12139 | + | |
12141 | 12140 | | |
12142 | 12141 | | |
12143 | 12142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
0 commit comments