Skip to content

Commit ea3ae71

Browse files
authored
docs: Correct key export instructions for macOS Code Signing (#2962)
1 parent c733504 commit ea3ae71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/distribute/Sign/macos.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To use the certificate in CI/CD platforms, you must export the certificate to a
7474
and configure the `APPLE_CERTIFICATE` and `APPLE_CERTIFICATE_PASSWORD` environment variables:
7575

7676
1. Open the `Keychain Access` app, click the _My Certificates_ tab in the _login_ keychain and find your certificate's entry.
77-
2. Expand the entry, double-click on the key item, and select `Export "$KEYNAME"`.
77+
2. Expand the entry, right-click on the key item, and select `Export "$KEYNAME"`.
7878
3. Select the path to save the certificate's `.p12` file and define a password for the exported certificate.
7979
4. Convert the `.p12` file to base64 running the following script on the terminal:
8080

0 commit comments

Comments
 (0)