Dell 3-DNS Spezifikationen Seite 169

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 426
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 168
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
Seitenansicht 168
1 2 ... 164 165 166 167 168 169 170 171 172 173 174 ... 425 426

Kommentare zu diesen Handbüchern

Keine Kommentare