ZXTM Control API Overview and Reference
Version 4.0
VirtualServer.Rule[][] rules
)
setRules( names, rules )
Set the rules that are run on client requests for each of the named virtual
servers.
void setRules(
String[] names
VirtualServer.Rule[][] rules
)
setSSLCertificate( names, certs )
Set the name of the SSL Certificate that is used for SSL decryption for
each of the named virtual servers. This is the name of an item in the SSL
Certificates Catalog. You must call this function to set an SSL Certificate
before turning on SSL Decryption.
void setSSLCertificate(
String[] names
String[] certs
)
setSSLClientCertificateAuthorities( names, values )
Set the certificate authorities that are trusted for validating client
certificates, for each of the named virtual servers.
void setSSLClientCertificateAuthorities(
String[] names
String[][] values
)
setSSLClientCertificateHeaders( names, values )
Set whether each of the named virtual servers should add HTTP headers
to each request to show the data in the client certificate.
void setSSLClientCertificateHeaders(
String[] names
VirtualServer.SSLClientCertificateHeaders[] values
)
72
New Page 1