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

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:

  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 C:\inetpub\wwwroot\cm\eventlogproxy\Web.config in Notepad.
  4. 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).

    Example:
    <authorization>
    	<deny users="?" />
     	<allow users="DEMO\cfServiceAD"/>
     	<deny users="*" />
    </authorization>
  5. Save changes and close the configuration file.


  • No labels