]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ssl: replace "crt" lines by "ssl-f-use" lines
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 3 Apr 2025 14:12:49 +0000 (16:12 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 3 Apr 2025 14:38:15 +0000 (16:38 +0200)
commitc7f29afcea63cab7dfdc9f430c67e4672ad9f782
tree1c188ab176802e78127d429441c97894b465e95f
parent4715c557e98725e28faac7fce449f090e136ac0b
MEDIUM: ssl: replace "crt" lines by "ssl-f-use" lines

The new "crt" lines in frontend and listen sections are confusing:

- a filename is mandatory but we could need a syntax without the
  filename in the future, if the filename is generated for example
- there is no clue about the fact that its only used on the frontend
  side when reading the line

A new "ssl-f-use" line replaces the "crt" line, but a "crt" keyword
can be used on this line. "f" indicates that this is the frontend
configuration, a "ssl-b-use" keyword could be used in the future.

The "crt" lines only appeared in 3.2-dev so this won't change anything
for people using configurations from previous major versions.
src/cfgparse-ssl.c