diff options
author | Robert Göhler <github@ghlr.de> | 2024-11-03 09:06:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-03 09:06:34 +0100 |
commit | 9fd263ad9fd477992ee2bfc7f7ed7e03678a16b5 (patch) | |
tree | a6b7dc80260559582834803c193508e50f398ec7 /docs | |
parent | 8e5d2c529e87e5311868f77583578c8a9601801a (diff) | |
parent | 2184219f0f3bb7d29ffc69d03a0202491bac066c (diff) | |
download | vyos-documentation-9fd263ad9fd477992ee2bfc7f7ed7e03678a16b5.tar.gz vyos-documentation-9fd263ad9fd477992ee2bfc7f7ed7e03678a16b5.zip |
Merge pull request #1564 from olivierberthomme/patch-1
Multiple certificates on a single haproxy service
Diffstat (limited to 'docs')
-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> |