Skip to content

Discrepancy in certificate common name for macOS App Signing #2650

Closed Answered by dtrdic
vincent-herlemont asked this question in Q&A
Discussion options

You must be logged in to vote

Note: Resolved over Intercom chat

There were two concerns:

  1. Why was the distribution certificate created?

Answer: The distribution certificate was created due to the command app-store-connect fetch-signing-files "$BUNDLE_ID" --platform MAC_OS --type MAC_APP_STORE --create in the previous step.

  1. Why was the Mac installer certificate not created, even though the user ran the commands to automatically create it if missing?

Answer: The command app-store-connect certificates list --type MAC_INSTALLER_DISTRIBUTION --save exits with a successful status code 0 even if no certificates were found for the given private key. As a result, the subsequent command app-store-connect certificates create …

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by dtrdic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
code signing Queries Related to Code Signing dt macOS
2 participants