We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c733504 commit ea3ae71Copy full SHA for ea3ae71
src/content/docs/distribute/Sign/macos.mdx
@@ -74,7 +74,7 @@ To use the certificate in CI/CD platforms, you must export the certificate to a
74
and configure the `APPLE_CERTIFICATE` and `APPLE_CERTIFICATE_PASSWORD` environment variables:
75
76
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"`.
+2. Expand the entry, right-click on the key item, and select `Export "$KEYNAME"`.
78
3. Select the path to save the certificate's `.p12` file and define a password for the exported certificate.
79
4. Convert the `.p12` file to base64 running the following script on the terminal:
80
0 commit comments