Commit bd27cf2
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 562f0d2 commit bd27cf2
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 | |
|---|---|---|---|
| |||
11915 | 11915 | | |
11916 | 11916 | | |
11917 | 11917 | | |
11918 | | - | |
11919 | | - | |
| 11918 | + | |
11920 | 11919 | | |
11921 | 11920 | | |
11922 | 11921 | | |
| |||
| 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