mycatsaid
Jul 20 2011, 19:56
Hello, I run a server and I'm having a nightmare getting the verifying signature to work correctly.
Here is my settings.
// some ArmA specific stuff - signature verification
// Enables signature verification for addons
// This will prevent pbo hacks by only allowing pbo's that pass server's public key checks
verifySignatures=2;
regularcheck="{}"; // Signature timeout fix
//list of files to check for identity
checkfiles[]={"HWTL\dta\data3d.pbo","dta\data3d.pbo"};
// some ArmA specific stuff - signature verification
onUnsignedData = "kick (_this select 0)"; // unsigned data detected
//onHackedData = "ban (_this select 0)"; // tampering of the signature detected
onDifferentData=""; // data with a valid signature, but different version than the one present on server detected
// If set to 1, player has to use exactly the same -mod= startup parameter as the server.
equalModRequired=0;
// Anti-cheat
battlEye = 1;
I upload publickeys such as VOPsounds from that OFPEC website and it is still kicking me from my server. I'm just sick of all the hackers that can come on when you don't have any verifying script method. Is there anyway for me to also make new ones for other addons I have, I tried that DSutils v2 release (signatures) and can't get it to sign my addons just says ERROR after I try to sign them.
Here is my settings.
// some ArmA specific stuff - signature verification
// Enables signature verification for addons
// This will prevent pbo hacks by only allowing pbo's that pass server's public key checks
verifySignatures=2;
regularcheck="{}"; // Signature timeout fix
//list of files to check for identity
checkfiles[]={"HWTL\dta\data3d.pbo","dta\data3d.pbo"};
// some ArmA specific stuff - signature verification
onUnsignedData = "kick (_this select 0)"; // unsigned data detected
//onHackedData = "ban (_this select 0)"; // tampering of the signature detected
onDifferentData=""; // data with a valid signature, but different version than the one present on server detected
// If set to 1, player has to use exactly the same -mod= startup parameter as the server.
equalModRequired=0;
// Anti-cheat
battlEye = 1;
I upload publickeys such as VOPsounds from that OFPEC website and it is still kicking me from my server. I'm just sick of all the hackers that can come on when you don't have any verifying script method. Is there anyway for me to also make new ones for other addons I have, I tried that DSutils v2 release (signatures) and can't get it to sign my addons just says ERROR after I try to sign them.