
Proxies
BIG-IP® Reference Guide 4-89
To create an SSL proxy using the Configuration utility
1. In the navigation pane, click Proxies.
The Proxies screen opens.
2. Click the ADD button.
The Add Proxy screen opens.
3. In the Proxy Type field, check the box labeled SSL.
4. Configure the remaining attributes that you want to use with the
proxy
5. Click Done.
To create an SSL proxy from the command line
Use the following command-line syntax to create an SSL proxy:
b proxy <ip>:<service> [unit <unit_id>] \
target <server|virtual> <ip>:<service> \
clientssl enable \
clientssl key <clientssl_key> \
clientssl cert <clientssl_cert>
The following example creates an SSL proxy:
b proxy 10.1.1.1:443 unit 1 \
target virtual 20.1.1.1:80 \
clientssl enable \
clientssl key my.server.net.key \
clientssl cert my.server.net.crt
When the SSL proxy is written in the /config/bigip.conf file, it looks like
the sample in Figure 4.42.
proxy 10.1.1.1:443 unit 1 {
target virtual 20.1.1.1:http
clientssl enable
clientssl key my.server.net.key
clientssl cert my.server.net.crt
}
Figure 4.42 An example of an SSL proxy configuration
Comentarios a estos manuales