F1. General configuration files

.servers

The .servers file contains the list of servers for updating the components of Dr.Web Enterprise Security Suite in Dr.Web Server repository from the GUS servers.

The servers in the list are polled consequently, once the updating is successful, the polling procedure terminates.

For Example:

esuite.geo.drweb.com

.url

The .url file contains the base URI of updates zone—the folder on updates servers that contains updates of concrete Dr.Web product.

For Example:

update

.proto

The .proto file contains the name of the protocol which is used to receive updates from the updates servers.

May take one of the following values: http | https | ftp | ftps | sftp | scp | smb | smbs | file.

warning

The smb and smbs protocols are available only for Dr.Web Servers under UNIX system-based OS.

For Example:

https

.auth

The .auth file contains parameters of user authorisation on the update server.

Authorization parameters are specified in the following format:

<user name>

<password>

User name is mandatory, password is optional.

For Example:

admin

root

.delivery

The .delivery file contains settings for transferring updates from the GUS servers.

Parameter

Possible values

Description

cdn

on | off

Using Content Delivery Network during repository loading:

on—use CDN,

off—do not use CDN.

cert

drweb | valid | any | custom

Allowed SSL certificates of update servers that will be automatically accepted:

drweb—accept only SSL certificate of Doctor Web company,

valid—accept only valid SSL certificates,

any—accept any certificates,

custom—accept certificate defined by user.

cert-path

 

Path to the user-defined if the custom mode of the cert parameter is set.

ssh-mode

pwd | pubkey

Authorization mode when using scp and sftp protocols (based on ssh2):

pwd—authorization by user login and password,

pubkey—authorization by encryption keys.

ssh-pubkey

 

Path to the public ssh key of update server.

ssh-prikey

 

Path to the private ssh key of update server.