DSCreateKey: Difference between revisions
Jump to navigation
Jump to search
m (ftp to http fix) |
(Added information from readme) |
||
Line 9: | Line 9: | ||
|COMPATIBILITY= | |COMPATIBILITY= | ||
[[:Category:Armed Assault|Armed Assault]] | [[:Category:Armed Assault|Armed Assault]] | ||
[[:Category: Arma 3|Arma 3]] | |||
|DOWNLOAD= | |DOWNLOAD= | ||
Get it [http://downloads.bistudio.com/Tools/DSUtils.zip here]. | Get it [http://downloads.bistudio.com/Tools/DSUtils.zip here]. | ||
Part of Arma 3 Tools package on Steam | |||
|DESCRIPTION= | |DESCRIPTION= | ||
DSCreateKey is a tool to create digital signing keys for signing ArmA content. | DSCreateKey is a tool to create digital signing keys for signing ArmA content. | ||
|COMMAND= | |||
DSCreateKey <authorityname> | |||
|NOTES= | |NOTES= | ||
It will generate private and public keys (authorityname.biprivatekey authorityname.bikey ). | |||
Authority name is the name of signing authority, usually the author of addons to be signed. Using TAG is recommended practice. The name itself serves only to identify the group. | |||
IMPORTANT: Make sure to protect your private key well. Only public keys can be distributed with your content to public. | |||
|LICENSING= | |LICENSING= |
Revision as of 10:58, 14 November 2013
Basic information
- Author:
- Bohemia Interactive
- Compatibility:
- Armed Assault Arma 3
- Download:
- Get it here. Part of Arma 3 Tools package on Steam
Description
- Description:
- DSCreateKey is a tool to create digital signing keys for signing ArmA content.
- Notes:
- It will generate private and public keys (authorityname.biprivatekey authorityname.bikey ). Authority name is the name of signing authority, usually the author of addons to be signed. Using TAG is recommended practice. The name itself serves only to identify the group. IMPORTANT: Make sure to protect your private key well. Only public keys can be distributed with your content to public.
Usage
- Line call:
- DSCreateKey <authorityname>
Licenses
- Licensing:
- Bohemia Interactive End User License Agreement
- See also:
- Armed Assault: Addon Signatures