Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
The Indeed CM EventLog Proxy component allows recording Axidian CertiFlowEvent Log Proxy allows to record events from all Indeed Certificate Manager CertiFlow servers in a unified event log.The component is installed 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 |
Follow these steps to install and configure Indeed CM EventLog Event Log Proxy:
- Sign Log in to the workstation as a local administrator.
- Run IndeedCMAxidianCertiFlow.EventLog.Proxy-<version number>.msi (x64.en-us.msi installer. The installer is located in the server distribution directory) and install it following the instructions of the WizardCertiFlow 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 ("servicecm"cfServiceAD).
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.