bikey .pbo signature

Nightmare

Valued Member!
hi @ all

i need a little bit help about the signature of ".pbo" files

i have create a "biprivatekey" ( DSCreateKey ) and then i have make the "bisigns" ( DSSignFile ) for the ".pbo" files in my "@mod/addons" folder, the "bikey" i have put in my servers "keys" folder.

so.. and when i connect to my server (icon is yellow), i become a error message like ...;
"x:\game\@modfolder\file.pbo are not signed by a key accepted by this server. to play ......."


thanks alot for any helpfull tips
 
yes the bisigns are in both, client and server..., i have no idea what i made wrong :(
in my server.cfg i have the verifySignatures = 2;
 
When I develop I use verifySignatures = 0;

That way I can test / develop without having to sign every time I rebuild a PBO.

Also when you create your keys, you should have two keys.

Your private key: nightmare.biprivatekey

Your Public Key: nightmare.bikey

You sign with your private key, the Public Key goes into the servers \Keys folder.
 
i have put all addon files in one folder @dayzmap/addons/ <-- all dayz.pbos and the map.pbos with all bisigns
the dayz.pbo bisigns works, only the map.pbo bisigns will dont work!
 
When I develop I use verifySignatures = 0;
Also when you create your keys, you should have two keys.

Your private key: nightmare.biprivatekey

Your Public Key: nightmare.bikey

You sign with your private key, the Public Key goes into the servers \Keys folder.

yes this is what i have
 
i have download a another map from the same mapper , this map has only two .pbo files and there i have the same issue with original keys/bisigns from the mapper.
 
Back
Top