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

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 EventLog Event Log Proxy:

  1. Sign Log in to the workstation as a local administrator.
  2. Run IndeedCMAxidianCertiFlow.EventLog.Proxy-<version number>.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.
  3. Open the eventLogProxy application configuration file : C:\inetpub\wwwroot\cm\eventlogproxy\Web.config in the Notepad editor, run as administrator.
  4. 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
    languagexml
    titleExample:
    <authorization>
    	<deny users="?" />
     	<allow users="DEMO\servicecmcfServiceAD"/>
     	<deny users="*" />
    </authorization>


  5. Save changes and close the configuration file.