Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Компонент The Indeed CM EventLog Proxy позволяет записывать события со всех серверов component allows recording events from all Indeed Certificate Manager в единый журнал.
Компонент устанавливается на одном из серверов Indeed CM или на отдельной рабочей станции (в домене или вне его). Системные требования для установки компонента совпадают с требованиями к серверу Indeed CM.
Для установки и настройки Indeed CM EventLog Proxy выполните следующие действия:
1. Выполните вход на рабочую станцию с правами локального администратора.2. Запустите
servers in a unified event log.
The component is installed on one of Indeed CM servers or on a separate workstation (in the domain or outside it). The system requirements for installing the component are the same as the Indeed CM server.
Follow these steps to install and configure Indeed CM EventLog Proxy:
- Sign in to the workstation as a local administrator.
- Run IndeedCM.EventLog.Proxy.msi (
3. Откройте файл конфигурации сервиса eventLogProxy:
- located in the server distribution directory) and install it following the instructions of the Wizard.
- Open the eventLogProxy application configuration file: C:\inetpub\wwwroot\eventlogproxy\Web.config
4. В секции authorization укажите имя учетной записи для доступа к сервису. В качестве учетной записи используйте сервисную учетную запись Indeed CM для работы с
- in the Notepad editor, run as administrator.
In the authorization section, specify the account name for accessing the application. Use the Indeed CM service account for working with Active Directory ("servicecm").
Outside the Windows domain configuration, use the local user account (for example, SERVERNAME\
Administrator).
Code Block language xml title Пример заполненной секции: <authorization> <deny users="?" /> <allow users="DEMO\servicecm"/> <deny users="*" /> </authorization>
- Save changes and close the configuration file.