我发现这个 ruby 脚本完全满足了我的需要。使用 .p8 签署 JWT
https://shashikantjagtap.net/wwdc18-a-basic-guide-to-app-store-connect-api/
但是我该如何在 Node.JS 中完成这部分呢?
private_key = OpenSSL::PKey.read(File.read(path_to_your_private_key/AuthKey_#{KEY_ID}.p8))
node.js jwt app-store-connect
app-store-connect ×1
jwt ×1
node.js ×1