Instruction manual
Appendix B: NetScaler API Reference
B-12 NetScaler 9000 Series Installation and Configuration Guide - Volume 1
NSICG60_JAN05
5. Bind the custom TCP monitor to the SSL service using the following CLI
command:
bind monitor ssl_mon secure_xmlaccess
B.11.2 Secure NetScaler API Access Based on Subnet IP
To secure NetScaler API access based on the subnet IP:
1. Create a SSL VIP and the IP address of this VIP should be in the
respective subnet. Use the following command at the CLI prompt:
add vserver <vServerName> SSL <Subnet-IP> 443
2. Create a loopback HTTP service by entering the following CLI
command:
add service <serviceName> 127.0.0.1 HTTP 80
3. Bind the service to the SSL VIP using the following command.
bind lb vserver <vServerName> <serviceName>
4. Add the certificate and the key using the following CLI command:
add certkey cert1 –cert /nsconfig/ssl/ssl/cert1024.pem
–key /nsconfig/ssl/ssl/rsakey.pem
Note: You can use an existing certificate and key or use the “NetScaler
Certificate Authority Tool” to create key and test certificate for
secure access.
5. Bind the Certificate and the Key to the SSL VIP using the following CLI
command:
bind certkey <vServerName> cert1