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:

  1. Log in to the workstation as a local administrator.
  2. Run CertiFlow.EventLog.Proxy.msi installer. The installer is located in the server distribution directory.
  3. Open the eventLogProxy configuration file C:\inetpub\wwwroot\certiflow\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).

    Code Block
    languagexml
    titleExample:
    <authorization>
    	<deny users="?" />
     	<allow users="DEMO\cfServiceAD"/>
     	<deny users="*" />
    </authorization>


  5. Save changes and close the configuration file.