Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add explanation on certificate identity retrieval for macOS and Windows #1473

Merged
merged 2 commits into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changes/1473.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Documentation on the process of retrieving certificate identities on macOS and Windows was improved.
5 changes: 5 additions & 0 deletions docs/how-to/code-signing/macOS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,8 @@ Next steps

Now you can use the certificate to sign and notarize your application with the
:doc:`briefcase package </reference/commands/package>` command.

When you invoke :doc:`briefcase package </reference/commands/package>`, you will be
prompted to select the code signing certificate you want to use from the certificates
that are installed. Once you select a certificate, Briefcase will output the command
line invocation to select that certificate for unattended installation.
4 changes: 4 additions & 0 deletions docs/how-to/code-signing/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ Refer to your Certificate Authority's documentation for specific instructions.
Certificate's SHA-1 Thumbprint
------------------------------

On Windows, :doc:`briefcase package </reference/commands/package>` cannot retrieve the
list of installed code signing certificates automatically. You need to retrieve the
identity manually, and provide the certificates identity as a command line argument.

The certificates installed on the machine are available in the Certificate
Manager. Search for "User Certificates" in the Start Menu to access certificates
for ``Current User`` or search for "Computer Certificates" for certificates for
Expand Down