diff options
| author | Paul C. Buetow <paul@buetow.org> | 2014-05-26 18:29:01 +0200 |
|---|---|---|
| committer | Paul C. Buetow <paul@buetow.org> | 2014-05-26 18:29:01 +0200 |
| commit | 880cf82beddc5533362280ec0790577fc51f8bd2 (patch) | |
| tree | 0ec1e964465da4f339554c7873087e7dc72b40c1 /docs/fapi.txt | |
| parent | 1b7daadec1462bb1c6be126c2ebde4962f855507 (diff) | |
Add option -a, add possibility to manage ssl client profiles and vserver rules
Diffstat (limited to 'docs/fapi.txt')
| -rw-r--r-- | docs/fapi.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/docs/fapi.txt b/docs/fapi.txt index 67fe651..8dea5c9 100644 --- a/docs/fapi.txt +++ b/docs/fapi.txt @@ -121,7 +121,7 @@ EXAMPLES Setting up simple HTTP NAT Services A simple HTTP NATed service can be created as follows. - fapi vserver myvserver.example.com:80 create PROTOCOL_TCP /Common/http + fapi vserver myvserver.example.com:80 create PROTOCOL_TCP http fapi vserver myvserver.example.com:80 set vlan VLANNAME fapi vserver myvserver.example.com:80 set pool foopool @@ -137,6 +137,20 @@ EXAMPLES fapi vserver myvserver.example.com:80 set snat automap + Settung up simple SNAT Services with SSL offloading enabled + Just like SNAT service (use port 443) but with these additional steps + + First Upload the SSL certificate to the F5 BIG IP (e.g. System -> File + Management -> SSL Certificate List on BIG IP V11.4). + + # Afterwards create a new SSL profile to use the new certificate: + # (Will automatically use key/crt myserver.example.com.{key,crt}) + fapi profileclientssl myserver.example.com create + + # Then attach that profile to the vserver (default context is + # PROFILE_TYPE_CLIENT_SSL, which means SSL between F5 and Clients) + fapi vserver myvserver.example.com:443 profile add myserver.example.com + About the NAME argument In most cases NAME can be a hostname, FQDN or an IP address. Optionally folled by a port: |
