W E B T U N E R
108
108
108
108
with the distributive. These are the files providing the
communication privacy. To do this, open the Open SSL project
programs and follow these steps:
Create the key and the certificate request:
openssl req -new >; cert.csr
Delete the password from the key:
openssl rsa -in privkey.pem -out key.pem
Convert the certificate call in one certificate:
openssl x509 -in cert.csr -out cert.pem -req -signkey key.pem -
days 365
The following four files will be created:
cert.pem
,
key.pem
,
cert.csr
and
privkey.pem
. You need only the first two of them, the rest may be
deleted.
The produced files
cert.pem
and
key.pem
must be placed into the web
server root directory that is defined by the
DOCROOT
parameter of the
file
_httpd.conf
.
1. To enable the web server to start automatically when you
started the xBSD operating system, place the script
_http.init
into the directory
/etc/init.d
, and then add the corresponding
symbolic link to the required start level using the
ntsysv
and
chkconfig
utilities or by the command
ln –s.
2. To be able to review anti-virus performance reports from
WebTuner, copy Slogan (if not installed), supplied in the
Kaspersky Anti-Virus for xBSD File Server
package, and
the files
web_new_template.tm
and
web_template.tm,
located
in the directory
/usr/local/share/AVP/httpd,
to the directory
/usr/local/share/AVP/Tools
.
$"
To use some other web server with WebTuner, define the
following settings:
1. Edit the server settings to create a virtual server whose root
directory points to the extracted
html
directory and register the
alias for this directory in the existing server.