|  Generate PKI trustpoint
 crypto pki trustpoint NETCONF.CO.UKEnable HTTPSenrollment selfsigned
 subject-name cn=webvpn.netconf.co.uk
 revocation-check none
 rsakeypair NETCONF.CO.UK-self-signed
 !
 crypto pki enroll NETCONF.CO.UK
 ip http serverCreate SSL Gatewayip http access-class 98
 ip http authentication aaa
 ip http secure-server
 ip http path flash:
 !
 access-list 98 permit 217.205.209.128 0.0.0.15
 access-list 98 deny   any log
 webvpn gateway SSLCreate SSL Context'shostname webvpn.netconf.co.uk
 ip address INTERNET_ADDRESS port 443
 ssl trustpoint NETCONF.CO.UK
 inservice
 
 webvpn context LETMEINThen point a browser at https://webvpn.netconf.co.uk/letmein/ The browser needs to be running SUN's Java version 5.something or greatertitle "WEBVPN.NETCONF.CO.UK: AUTHORISED ACCESS ONLY"
 ssl authenticate verify all
 !
 port-forward "portlist"
 local-port 22 remote-server "172.17.0.1" remote-port 22 description "SERVER1 SSH"
 local-port 80 remote-server "172.17.0.1" remote-port 80 description "SERVER1 HTTP"
 policy group default
 port-forward "portlist"
 default-group-policy default
 gateway SSL domain letmein
 max-users 1
 inservice
 |