We have a need to sign Mac OS X binaries on Linux. Is there a port or clone of the codesign tool that runs on Linux systems (ok if it is written in Java, Ruby, etc)?
We are looking at porting codesign tool ourselves or using something like Darling emulation layer, but rather avoid it if at all possible
Edit: Basically I am looking for an equivalent of OSSLSigncode that allows signing Windows binaries on Linux