verifySignature: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma1 | | arma1 | ||
|1.00 | |1.00 | ||
|gr1= Mods and Addons | |gr1= Mods and Addons | ||
| Check if file is signed by any key present in game keys folders. Note: On client, it does not check against the keys accepted by server. | | Check if file is signed by any key present in game keys folders. Note: On client, it does not check against the keys accepted by server. | ||
| [[Boolean]] <nowiki>=</nowiki> '''verifySignature''' filename | | [[Boolean]] <nowiki>=</nowiki> '''verifySignature''' filename | ||
|p1= filename: [[String]] | |p1= filename: [[String]] | ||
| [[Boolean]] | | [[Boolean]] | ||
|x1= <code>[[verifySignature]] "@MyAddon\Addons\SomeAddon.pbo";</code> | |x1= <code>[[verifySignature]] "@MyAddon\Addons\SomeAddon.pbo";</code> | ||
|x2= <code>[[verifySignature]] "@MyAddon\Somefnc.dll";</code> | |x2= <code>[[verifySignature]] "@MyAddon\Somefnc.dll";</code> | ||
| [[ArmA: Addon Signatures]] | | [[ArmA: Addon Signatures]] | ||
}} | }} |
Revision as of 11:43, 18 January 2021
Description
- Description:
- Check if file is signed by any key present in game keys folders. Note: On client, it does not check against the keys accepted by server.
- Groups:
- Mods and Addons
Syntax
Examples
- Example 1:
verifySignature "@MyAddon\Addons\SomeAddon.pbo";
- Example 2:
verifySignature "@MyAddon\Somefnc.dll";
Additional Information
- See also:
- ArmA: Addon Signatures
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note