I am using Install4j and .pfx file in order to provide digital signature for my installer (.exe) for windows, but I can't find any way to do it for my installer for linux (.sh). There are any way to do it using Install4j for linux executables?
Asked
Active
Viewed 323 times
1 Answers
2
There is no support for signing on Linux/Unix. Code signing in install4j is only supported for Windows and macOS.

Ingo Kegel
- 46,523
- 10
- 71
- 102
-
1Thanks for your answer Ingo! There is no other way? For example using some script in install4j? – Eitan Ashtamker Dec 14 '17 at 12:17
-
No, there is no such support. What kind of signing would you like to implement? The installers are shell scripts. – Ingo Kegel Dec 14 '17 at 16:33