gpt4 book ai didi

ios - spaceship 如何从 Apple Developer Portal 获取 .cer 文件的 #id 值?

转载 作者:行者123 更新时间:2023-11-28 23:34:45 28 4
gpt4 key购买 nike

我拥有从我没有身份验证的客户端的 Apple Developer Portal 下载的 .cer 证书。我正在运行 openssl x509 来读取 .cer,它没有显示任何与 #id 匹配的值(#id 上的名称) >.cer 和 .p12 上传到 faSTLane 托管存储库),但团队 ID团队名称

当我无法使用 Spaceship 获取证书时,请建议如何在本地获取 #id 值(它会返回 #id) strong> 登录 Spaceship 后的值)?

引用:

https://www.rubydoc.info/github/fastlane/spaceship/Spaceship/Certificate

最佳答案

我可以回答你的两个问题之一:

How does spaceship gets the #id value for .cer files from Apple Developer Portal?

当 spaceship 创建证书时,它是通过向 API 发送请求来实现的: https://github.com/fastlane/fastlane/blob/75302f9f842fb1d7361dc1e769cdd7398022f4b4/spaceship/lib/spaceship/portal/certificate.rb#L309-L313

该 API 调用的响应用于创建一个对象(通过上面的 new),该对象还包含 id 属性: https://github.com/fastlane/fastlane/blob/75302f9f842fb1d7361dc1e769cdd7398022f4b4/spaceship/lib/spaceship/portal/certificate.rb#L214-L253

然后使用该id来定义证书写入的文件名(除非您手动定义文件名): https://github.com/fastlane/fastlane/blob/f32b007ff45e648b37b6c9c2037ac481f36b7780/cert/lib/cert/runner.rb#L191-L195

关于ios - spaceship 如何从 Apple Developer Portal 获取 .cer 文件的 #id 值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55285747/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com