Signing PBOs
Configuration for Signing Keys
To enable PBO signing, you need to specify the location of your private key file in the Settings.json
file, located at:Documents\SIX Software\PBO Tools\Settings.json
In the Settings.json
file, find the option SigningKeyLocation
and set it to the path of your .biprivatekey
file. Here's an example of how to correctly configure the path:
Example Setting:
"SigningKeyLocation": "C:\\Users\\Nick\\Documents\\SigningKeys\\naps.biprivatekey"
⚠️ Note: Since this is a JSON file, you must use double backslashes (\) in the file paths to ensure they are interpreted correctly.
Need help? For any questions or assistance, please contact our support team or email us at [email protected].
Last updated