"trusted_key_list"
{

	//
	// User trusted key list.
	//
	// This file lists public keys of trusted sources.
	// If a VPK signature is verified using one of these keys,
	// then content in that VPK is considered "trusted" for pure server
	// purposes.
	//
	// Do not edit this file directly!  Instead, copy it to trusted_keys.txt
	// and modify it.
	//
	// This file is only loaded under "sv_pure 1".
	//
	// See also:
	// - trusted_keys_base.txt
	// - pure_server_whitelist_example.txt
	//
	// You can make your own public/private keypair using the VPK tool.
	// Each block below is the same as the contents of the xxx.publickey.vdf
	// file.
	//
	// This file should contain PUBLIC keys, which may be freely
	// distributed!  (In fact, this key list will be sent to clients that
	// connect to your server.)  If you receive content from a third party
	// that you trust, you will need their PUBLIC KEY, NOT THEIR PRIVATE KEY.
	//
	// Remember: NEVER SHARE YOUR PRIVATE KEY!
	//

	// Official Valve content.  Key generated 2013/03/01
	public_key
	{
		type "rsa"
		rsa_public_key "30819D300D06092A864886F70D010101050003818B0030818702818100B1C0F11CB2982F29259507A774D4834377C5B7A38D9A4B3892B598009F16AA109565CB09AD25DE0D3D1A089C3CB68E491921CC142F383383201DE98262A76ED8A6CC78BC51685A0A64A6172C67127AF23E78731F4A82C201D64C9AB80937322184B642727FE142D15CC045F3583E19E3E3E1A9C50C0FC84113573A520A8F7323020111"
	}
	// Vintage content. Key generated 2017/11/21
	public_key
	{
		type "rsa"
		rsa_public_key "30819D300D06092A864886F70D010101050003818B0030818702818100867056D4749EED699E2E48933D2A349E1A1AB779955D1C4C9259F7F71E56ED56A18E0ECEA6428370F2F7A5BCF0C18FE27C0BD6D348E794C0374997CE87FA3537D4F952906EA1878213086B42EB46076C3E4F0D7D5030C28C1061FE8AAB5C7445C3C7F563EB0BC2F610BAC24B4A53802B2F58D2D3944E6B39A6FBC4492033A83B020111"
	}

}
