Commit 13737fe
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 5244dea commit 13737fe
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 | |
|---|---|---|---|
| |||
12076 | 12076 | | |
12077 | 12077 | | |
12078 | 12078 | | |
12079 | | - | |
12080 | | - | |
| 12079 | + | |
12081 | 12080 | | |
12082 | 12081 | | |
12083 | 12082 | | |
| |||
| 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