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:_ image

_.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

Most upvoted comments

@cheton Is your app blocked on OS X because it is signed by not Apple cert and, so, you are not identified developer?