Disabling Authenticode Signature Verification - Installation Requirements - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Essential - Premier - Standard - external - Standard - Essential - Premier

Installation Requirements

Platform
OnBase
Product
Installation Requirements
Release
Foundation 23.1
License
Standard
Essential
Premier

Locate the obclnt32.exe.config file for the OnBase Client or the obcfg32.exe.config file for the Configuration module. To disable signature verification:

  1. Open the file for editing in a plain-text editor, such as Notepad.
  2. Locate the generatePublisherEvidence element.
  3. Change the enabled attribute to false:
    <generatePublisherEvidence enabled="false"/>
  4. Save and close the file.