iTP Secure WebServer System Administrator's Guide (Version 7.0)

Configuration Directives
iTP Secure WebServer System Administrator’s Guide523346-012
A-11
Default
Default
If no AcceptSecureTransport directives are specified, the iTP Secure WebServer
will not accept SSL or PCT connections.
Examples
To accept SSL and PCT connections on all IP addresses bound to the DNS name
www.directory.net with 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 -nopct
To accept 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 PCT 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 SSL and PCT 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