electron-builder: OS X code signing error on Travis CI
I’m using a code signing certificate from Certum and trying to sign my code for both Windows and OS X platform. It works great for signing my Windows app on AppVeyor, and it can successfully sign the same app for OS X using my Mac Book Air. However, it failed only on Travis CI, the codesign tool reported an error of CSSMERR_TP_NOT_TRUSTED.
https://travis-ci.org/cheton/cnc/jobs/129935268#L7018
_Log of the terminal output:_

_.travis.yml_ https://github.com/cheton/cnc/blob/master/.travis.yml
Is there any clue that I can figure out what is causing this error? Thanks.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 19 (9 by maintainers)
Commits related to this issue
- Fix OS X code signing issue on Travis CI (https://github.com/electron-userland/electron-builder/issues/398) — committed to cncjs/cncjs by cheton 8 years ago
- feat: bundle Certum cert Closes #398 — committed to develar/electron-builder by develar 8 years ago
- fix: import bundled certs into login.keychain Closes #398 — committed to develar/electron-builder by develar 8 years ago
- fix: import bundled certs into login.keychain Closes #398 — committed to develar/electron-builder by develar 8 years ago
- fix: import bundled certs into login.keychain Closes #398 — committed to develar/electron-builder by develar 8 years ago
- fix: import bundled certs into login.keychain Closes #398 — committed to develar/electron-builder by develar 8 years ago
@cheton Is your app blocked on OS X because it is signed by not Apple cert and, so, you are not identified developer?