Configuring the Protector
Configuring AP C on Linux
To configure the AP C on the Linux platform:
Set the library path before running protect, unprotect or reprotect operations.
export LD_LIBRARY_PATH=/opt/protegrity/sdk/c/binThis makes the
xcpep.plmfile accessible to the Application Protector C SDK before your application initializes.Ensure that the
config.inifile exists in this location before starting the application. AP C resolves theconfig.inifile path relative to the library path:AP C automatically looks for the configuration file at -
<installation_dir>/sdk/c/data/config.iniTo use a custom location, set the
PTY_APC_CONFIGenvironment variable to the full path of yourconfig.inifile:export PTY_APC_CONFIG=/path/to/config.ini
For more information about configuring the various parameters for the AP C using the config.ini file, refer to Config.ini file for Application Protector.
Verifying Installation of AP C on Linux
To verify the successful installation of the AP C:
Deploy a policy in the ESA data store.
For more information about deploying a policy, refer to Deploying Policies.
Configure the application as a trusted application in the ESA.
For more information about trusted applications, refer to Working With Trusted Applications.For more information about the sample application, refer to samples installed in directory.
Feedback
Was this page helpful?