Skip to content

Commit 70f8f10

Browse files
committed
one more touchup
1 parent 3d6eb66 commit 70f8f10

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/pipelines/apps/mobile/app-signing.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,11 @@ Export your development or distribution signing certificate to a *.p12* file by
101101

102102
To export using the Keychain Access app on macOS or to generate a signing certificate on Windows, use the procedure described in [iOS Signing](https://github.com/phonegap/phonegap-docs/blob/master/docs/4-phonegap-build/3-signing/2-ios.html.md).
103103

104-
- In Azure Pipelines **Libraries** > **Secure files**, select **+ Secure file** and upload the P12 file to the Azure Pipelines [secure files library](../../library/secure-files.md). During upload, the certificate is encrypted and securely stored.
104+
#### Upload the P12 file and add the password variable
105105

106-
- In the **Variables** UI for the app's build pipeline, add a variable named *P12password* with the certificate password as the value. Select the **lock** icon to secure the password and obscure it in logs.
106+
In Azure Pipelines **Libraries** > **Secure files**, select **+ Secure file** and upload the P12 file to the Azure Pipelines [secure files library](../../library/secure-files.md). During upload, the certificate is encrypted and securely stored.
107+
108+
In the **Variables** UI for the app's build pipeline, add a variable named *P12password* with the certificate password as the value. Select the **lock** icon to secure the password and obscure it in logs.
107109

108110
### Get the provisioning profile
109111

0 commit comments

Comments
 (0)