Configuring SSL

MetaDefender Update Downloader supports accessing Web UI and REST interface via HTTPS. This feature is not allowed by default, however. To allow the feature you should modify Update Downloader Server configuration by following the next steps:

MetaDefender Update Downloader only accept the file named ssl.conf.mddownloader for SSL configuration.

The user need to take care about the permission of the file ssl.conf.mddownloader

  1. Create file ssl.conf.mddownloader in the directory

    1. Linux /etc/ometadownloader/nginx.d
    2. Windows: in the directory <Installation Directory>\nginx.
  2. Enter SSL-configuration according to Nginx. To allow simple SSL one needs to add the following lines only:

ssl.conf.mddownloader
Copy
  1. Service restart is required to take these changes into effect.

Note that certificate and key files are to provided by the user who can store them whenever it is convenient. Please adjust the paths accordingly.

Note: When choosing location for cert and key files, make sure they are readable by the service user as well as the directory is executable by it.

For more SSL-options please consult Nginx documentation.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
On This Page
Configuring SSL