January 2002
Beginner
480 pages
13h 15m
English
If you have compiled your Jabber server with SSL (see Chapter 3) and want
to use SSL-encrypted connections, you will have to have specified the
<ssl/> tags in the configuration
of the c2s component instance. Furthermore, you must specify the location
of your SSL certificate and key file. There is an
<ssl/> tag in this io section
for this purpose.
You can have separate files for each IP address specified in the
c2s component instance configuration’s
<ssl/> tag. Example 4-21
shows the specification of two .pem files—one
for each of two IP addresses.
<ssl> <key ip="192.168.0.4">/usr/local/ssl/certs/ks1.pem</key> <key ip="192.168.9.1">/usr/local/ssl/certs/ks2.pem</key> </ssl>
Read now
Unlock full access