Installation Guide

Import Certificates on the Servers 21
Generate and use a self-signed certificate if you run a proxy:
# ./set-cert.sh -r -p proxyHostname
Select an option and generate or import the certificate to Node 1. If you are running HA VSD,
import it to Nodes 2 and 3 as well.
LDAP Store
If you are using an LDAP store, see Using an LDAP Store.
Example of Load Balancer Configuration
frontend vsdha *:443
default_backend vsdhaapp
backend vsdhaapp
mode tcp
balance source
server c1 myh1.myd.example.com:8443 check
server c2 myh2.myd.example.com:8443 check
server c3 myh3.myd.example.com:8443 check
frontend main1 *:401
default_backend app1
backend app1
mode tcp
balance source
server c1 myh1.myd.example.com:8443 check
frontend main2 *:402
default_backend app2
backend app2
mode tcp
balance source
server c2 myh2.myd.example.com:8443 check
frontend main2 *:403
default_backend app3
backend app3
mode tcp
balance source
server c3 myh3.myd.example.com:8443 check