【发布时间】:2013-08-15 14:30:16
【问题描述】:
我有一个构建包的 Bamboo 计划,我想用我的开发人员证书签署该包。在我的构建脚本中,我有这个:
productsign --sign "Name of my certificate" "input.pkg" "output.pkg"
从命令行运行此脚本按预期工作。但是,从 Bamboo 运行脚本,我总是得到错误:
productsign: error: Could not find appropriate signing identity for "Name of my certificate"
我认为这一定是因为从 Bamboo 运行构建脚本时运行的上下文。如何使证书在 Bamboo 中可用?它安装在System,而不是login。
【问题讨论】:
标签: macos installation code-signing bamboo