Template:PatchDiff/March 19, 2013 Patch (Beta)/tf/cfg/trusted keys example.txt

From Team Fortress Wiki
Jump to: navigation, search
N/A1"trusted_key_list"
N/A2{
N/A3 
N/A4 //
N/A5 // Example user trusted key list.
N/A6 //
N/A7 // This file lists public keys of trusted sources.
N/A8 // If a VPK signature is verified using one of these keys,
N/A9 // then content in that VPK is considered "trusted" for pure server
N/A10 // purposes.
N/A11 //
N/A12 // Do not edit this file directly! Instead, copy it to trusted_keys.txt
N/A13 // and modify it.
N/A14 //
N/A15 // This file is only loaded under "sv_pure 1".
N/A16 //
N/A17 // See also:
N/A18 // - trusted_keys_base.txt
N/A19 // - pure_server_whitelist_example.txt
N/A20 //
N/A21 // You can make your own public/private keypair using the VPK tool.
N/A22 // Each block below is the same as the contents of the xxx.publickey.vdf
N/A23 // file.
N/A24 //
N/A25 // This file should contain PUBLIC keys, which may be freely
N/A26 // distributed! (In fact, this key list will be sent to clients that
N/A27 // connect to your server.) If you receive content from a third party
N/A28 // that you trust, you will need their PUBLIC KEY, NOT THEIR PRIVATE KEY.
N/A29 //
N/A30 // Remember: NEVER SHARE YOUR PRIVATE KEY!
N/A31 //
N/A32 
N/A33 // Example key
N/A34 public_key
N/A35 {
N/A36 type "rsa"
N/A37 rsa_public_key "30819D300D06092A864886F70D010101050003818B0030818702818100B1C0F11CB2982F29259507A774D4834377C5B7A38D9A4B3892B598009F16AA109565CB09AD25DE0D3D1A089C3CB68E491921CC142F383383201DE98262A76ED8A6CC78BC51685A0A64A6172C67127AF23E78731F4A82C201D64C9AB80937322184B642727FE142D15CC045F3583E19E3E3E1A9C50C0FC84113573A520A8F7323020111"
N/A38 }
N/A39}