<< Click to Display Table of Contents >> Navigation: Themida > FAQ > Protection Options > Can I code sign my application from Themida? |
Yes, we have some Advanced Options for that. You can enter the following Advanced Option to code sign your application from within the protection process:
OPTION_ADVANCED_CODE_SIGN_PFX_FILE = path_to_your_pfx_file
OPTION_ADVANCED_CODE_SIGN_PFX_PASSWORD = password_for_your_pfx_file
You can use any of the predefined path variables if you don't want to work with absolute file paths. Example:
OPTION_ADVANCED_CODE_SIGN_PFX_FILE = %THEMIDA_FOLDER%\Mypfx.pfx
By default, the protection connects with the timestamp server http://timestamp.digicert.com if you want, you can change the timestamp server adding the following Advanced Option:
OPTION_ADVANCED_CODE_SIGN_TIMESTAMP_SERVER = url_timestamp_server
Example:
OPTION_ADVANCED_CODE_SIGN_TIMESTAMP_SERVER = http://timestamp.globalsign.com/scripts/timstamp.dll