Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
The Indeed CM Axidian CertiFlowEvent Log Proxy component allows recording allows to record events from all Indeed Certificate Manager CertiFlow servers in a unified event logWindows Event Log.
Info |
---|
The component is installed Install Event Log Proxy on one of Indeed CM the CertiFlow servers or on a separate workstation (in within or outside the domain or outside it). The system requirements for installing the component System requirements are the same as the Indeed CM for Axidian CertiFlow server. |
Follow these steps to install and configure Indeed CM Event Log Proxy:
- Sign Log in to the workstation as a local administrator.
- Install the Indeed CM Event Log Proxy by running IndeedCMRun AxidianCertiFlow.EventLog.Proxy-<version number>.msi installer (x64.en-us.msi installer. The installer is located in the server distribution directory)CertiFlow server folder of the installation package.
- Open the eventLogProxy application configuration file : C:\inetpub\wwwroot\cm\eventlogproxy\Web.config in the Notepad editor, run as administrator.
In the <authorization> section, specify the Specify an account name for accessing to access the application in <authorization> section.
You can use a . Use the Indeed CM service account for working with Active Directory (servicecmcfServiceAD).
Outside the Windows domain configuration, use the a local user account (for example, e.g. SERVERNAME\Administrator).Code Block language xml title Example: <authorization> <deny users="?" /> <allow users="DEMO\servicecmcfServiceAD"/> <deny users="*" /> </authorization>
- Save changes and close the configuration file.