Disabling Authenticode Signature Verification - System Administration - On-Premises - English - Foundation 22.1 - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential - OnBase/System-Administration-On-Premises/English/Foundation-22.1/On-Premises-System-Administration/Requirements/Requirements/Authenticode-Signature-Verification/Disabling-Authenticode-Signature-Verification - 2023-06-26

On-Premises System Administration

Platform
OnBase
Product
System Administration - On-Premises
Release
Foundation 22.1
License
Premier
Standard
Essential

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.