iTP Secure WebServer System Administrators Guide (Version 7.5+)

Examples
To accept TLS and SSL connections on all IP addresses bound to the DNS name
www.directory.netwith the $ZTC0 process, using default port 443:
AcceptSecureTransport -cert {CN=Juliet,O=Capulet's House of
Keys} -transport /G/ZCT0 -address www.directory.net
To accept only SSL connections on address 199.170.183.18 with the $ZTC0 process, using default
port 443:
AcceptSecureTransport -cert {CN=Juliet,O=Capulet's House of
Keys} -transport /G/ZTC0 -address 199.170.183.18 -notls
To accept TLS and SSL connections on the address fe80::ffff:abcd:1 with the $ZSAM1 process,
using default port 443:
AcceptSecureTransport -cert {CN=Juliet,O=Capulet's House of
Keys} -transport /G/ZSAM1 -address fe80::ffff:abcd:1
To accept only TLS connections on IP addresses bound to the name www.directory.net with
the $ZTC0 process, using a port other than the default port 443, and requiring the Web client to
authenticate:
AcceptSecureTransport -cert {CN=Juliet,O=Capulet's House of
Keys} -transport /G/ZTC0 -address www.directory.net -port 4430 -nossl -requireauth
To accept TLS and SSL connections for two virtual hosts, on the IP addresses bound to the DNS
names www.directory.net and www-1.directory.net, using default ports:
AcceptSecureTransport -cert {CN=www.directory.net,O=D"Directory,
Inc.",ST=Massachusetts, C=US} -transport /G/ZTC0
-address www.directory.net
AcceptSecureTransport -cert {CN=www-1.directory.net, O="Directory,
Inc.",ST=Massachusetts, C=US} -transport /G/ZTC0
-address www-1.directory.net
To accept TLS and SSL connections on the IP addresses bound to the DNS name
www.directory.net with the $ZTC0 process (HTTP connections on ports 80 and 8080 and
SSL/TLS connections on ports 443 and 4430):
Accept -transport /G/ZTC0 -address www.directory.net
AcceptSecureTransport -cert {CN=Juliet,O=Capulet's House
of Keys} -transport /G/ZTC0 -address www.directory.net
Accept -transport /G/ZTC0 -address www.directory.net -port 8080
AcceptSecureTransport -cert {CN=Juliet,O=Capulet's House of
Keys} -transport /G/ZTC0 -address www.directory.net -port 4430
204 Configuration Directives