Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Axidian CertiFlowEvent Log Proxy allows to record events from all CertiFlow servers in a unified Windows Event Log.

Info

Install Event Log Proxy on one of the CertiFlow servers or on a separate workstation (within or outside the domain). System requirements are the same as for Axidian CertiFlow server.

Follow these steps to install and configure Event Log Proxy:

Компонент Indeed CM EventLog Proxy позволяет записывать события со всех серверов Indeed Certificate Manager в единый журнал.

Компонент устанавливается на одном из серверов Indeed CM или на отдельной рабочей станции (в домене или вне его). Системные требования для установки компонента совпадают с требованиями к серверу Indeed CM.

Для установки и настройки Indeed CM EventLog Proxy выполните следующие действия:

1. Выполните вход на рабочую станцию с правами локального администратора.
2. Запустите IndeedCM.EventLog.Proxy.msi (располагается в каталоге дистрибутива сервера) и выполните его установку следуя указаниям Мастера.
3. Откройте файл конфигурации сервиса eventLogProxy:
  1. Log in to the workstation as a local administrator.
  2. Run AxidianCertiFlow.EventLog.Proxy-<version number>.x64.en-us.msi installer. The installer is located in the CertiFlow server folder of the installation package.
  3. Open the eventLogProxy configuration file
  1. C:\inetpub\wwwroot\cm\eventlogproxy\Web.config
в редакторе Блокнот, запущенном от имени администратора.
4. В секции authorization укажите имя учетной записи для доступа к сервису. В качестве учетной записи используйте сервисную учетную запись Indeed CM для работы с Active Directory ("servicecm").
Во внедоменной конфигурации используйте локальную учетную запись пользователя (например, SERVERNAME\Администратор
  1. in Notepad.
  2. Specify an account name to access the application in <authorization> section.

    You can use a service account for working with Active Directory (cfServiceAD).
    Outside Windows domain configuration, use a local user account (e.g. SERVERNAME\Administrator).

    Code Block
    languagexml
    title
Пример заполненной секции
  1. Example:
    <authorization>
    	<deny users="?" />
     	<allow users="DEMO\
servicecm
  1. cfServiceAD"/>
     	<deny users="*" />
    </authorization>
5. Сохраните изменения и закройте файл конфигурации

  1. Save changes and close the configuration file.