E1. General Configuration Files

.servers

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

The servers on the list are polled consequently; once the update is successful, the polling procedure is terminated.

For example:

esuite.geo.drweb.com

.url

The .url file contains the basic URI of the update zone—the folder on the update servers that contains updates of a particular Dr.Web product.

For example:

update

.proto

The .proto file contains the name of the protocol which is used to receive updates from the update 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-like OSs.

For example:

https

.auth

The .auth file contains the parameters of user authorization 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

.version

The .version file contains the version of the server from whose zone the updates are to be downloaded. It is used for debugging purposes and by default corresponds to the current version of the server in the MM.mm format.

.max-retry

The .max-retry file contains the maximum number of attempts for download errors from each of the update servers.

.cdn-mode

The .cdn-mode file contains the settings for Content Delivery Network (CDN) when loading the repository:

May take one of the following values:

on—use CDN,

off—do not use CDN.

.cert-mode

The .cert-mode file contains the settings for allowed SSL certificates of the update servers that will be automatically accepted:

May take one of the following values:

drweb—accept only the SSL certificate of the Doctor Web company,

valid—accept only valid SSL certificates,

any—accept any certificates,

custom—accept a user-specified certificate.

.cert-file

The .cert-file file contains the path to the user-specified certificate if the cert parameter is set to custom.

.ssh-mode

The .ssh-mode file contains the settings for authorization mode when using the SCP and SFTP protocols (based on SSH2).

May take one of the following values:

pwd—authorization with the user login and password,

pubkey—authorization with encryption keys.

.ssh-pubkey

The .ssh-pubkey file contains the path to the public SSH key of the update server.

.ssh-prikey

The .ssh-prikey file contains the path to the private SSH key of the update server.