diff options
author | olivierberthomme <olivierberthomme@users.noreply.github.com> | 2024-11-01 22:53:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-01 22:53:06 +0100 |
commit | 2184219f0f3bb7d29ffc69d03a0202491bac066c (patch) | |
tree | a6b7dc80260559582834803c193508e50f398ec7 /docs/configuration/loadbalancing/haproxy.rst | |
parent | 8e5d2c529e87e5311868f77583578c8a9601801a (diff) | |
download | vyos-documentation-2184219f0f3bb7d29ffc69d03a0202491bac066c.tar.gz vyos-documentation-2184219f0f3bb7d29ffc69d03a0202491bac066c.zip |
Update haproxy.rst
Based on https://vyos.dev/T5798 - haproxy handles multiple certificates within a single frontend
Diffstat (limited to 'docs/configuration/loadbalancing/haproxy.rst')
-rw-r--r-- | docs/configuration/loadbalancing/haproxy.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/loadbalancing/haproxy.rst b/docs/configuration/loadbalancing/haproxy.rst index 3ce59b35..b29f9620 100644 --- a/docs/configuration/loadbalancing/haproxy.rst +++ b/docs/configuration/loadbalancing/haproxy.rst @@ -43,7 +43,7 @@ Service .. cfgcmd:: set load-balancing haproxy service <name> ssl certificate <name> - Set SSL certificate <name> for service <name> + Set SSL certificate <name> for service <name>. Multiple certificates could be defined. .. cfgcmd:: set load-balancing haproxy service <name> http-response-headers <header-name> value <header-value> |