Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Mac OS command 'codesign' in Linux

The codesign command is used to create, check, and display code signatures, as well as inquire into the dynamic status of signed code in the system.

Is there equivalent of the 'codesign' command in the Linux?

https://developer.apple.com/library/mac/#documentation/security/Conceptual/CodeSigningGuide/Introduction/Introduction.html

like image 237
inmate Avatar asked Dec 21 '22 11:12

inmate


2 Answers

As has been said, there's no real equivalent to codesign.

However, having said that, codesign and it's supporting programs are released under the Apple Open Source Development model.

So, if you fancy digging around with the codesign code then I'm sure there will be many other people interested in the outcome

like image 104
Nistur Avatar answered Dec 22 '22 23:12

Nistur


There is many solution now !!!!

you can check these github projects:

https://github.com/saucelabs/isign

and

https://github.com/zhlynn/zsign

i worked with both and both of them is good enough ! but isign project need some little contribute for serve all your needs but it's work on ios<12 !

zsign is too clean and easy to setup !

i hope this helps you!

Update:

zsign working fine with ios 12 currently and i suggest you to use that !

like image 37
Mahdi Youseftabar Avatar answered Dec 22 '22 23:12

Mahdi Youseftabar