Skip to content

Commit 1a70cd9

Browse files
authored
Update create-key-vault-for-code-signing.md
1 parent ae96ada commit 1a70cd9

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

powerapps-docs/maker/common/wrap/create-key-vault-for-code-signing.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ The following Azure key vault errors might appear in wrap for Power Apps and can
205205

206206
- Add a new **Tag** for your **Android Certificate**.
207207
1. The **Tag name** should be based on the **bundle id** that you used in your **wrap project**. For example, if the **bundle id** for your wrapped app is **com.testApp.wrap**, then the new **Tag name** should be **com.testApp.wrap.keystore**.
208-
2. The **Tag value** should correspod to the name you chose for your **Certificate** when uploading a certificate file in the previous step. For example, if your **Android cerfificate** is named **AndroidWrapCertificate**, then the value for the **Tag value** should also be **AndroidWrapCertificate**.
208+
2. The **Tag value** should correspod to the name you chose for your **Certificate** when uploading a certificate file in the previous step. For example, if your **Cerfificate** is named **AndroidWrapCertificate**, then the value for the **Tag value** should also be **AndroidWrapCertificate**.
209209

210210
> [!div class="mx-imgBorder"]
211211
> ![Create a certificate tag.](media/how-to-v2/CertificateTag.png "Create a certificate tag")
@@ -225,8 +225,8 @@ The following Azure key vault errors might appear in wrap for Power Apps and can
225225
> ![Create an iOS certificate.](media/how-to-v2/CertificateNameiOS.png "Create an iOS certificate")
226226
227227
- Add a new **Tag** for your **iOS Certificate**.
228-
- 1. The **Tag name** should be based on the **bundle id** that you used in your **wrap project**. For example, if the **bundle id** for your wrapped app is **com.testApp.wrap**, then the new **Tag name** should be **com.testApp.wrap.cert**.
229-
2. The **Tag value** should correspod to the name you chose for your **Certificate** when uploading a certificate file in the previous step. For example, if your **iOS Cerfificate** is named **iOSCertificate1**, then the value for the **Tag value** should also be **iOSCertificate1**.
228+
1. The **Tag name** should be based on the **bundle id** that you used in your **wrap project**. For example, if the **bundle id** for your wrapped app is **com.testApp.wrap**, then the new **Tag name** should be **com.testApp.wrap.cert**.
229+
2. The **Tag value** should correspod to the name you chose for your **Certificate** when uploading a certificate file in the previous step. For example, if your **Cerfificate** is named **iOSCertificate1**, then the value for the **Tag value** should also be **iOSCertificate1**.
230230

231231
> [!div class="mx-imgBorder"]
232232
> ![Create a certificate tag for iOS.](media/how-to-v2/CertificateTagiOS.png "Create a certificate tag for iOS")
@@ -237,5 +237,12 @@ The following Azure key vault errors might appear in wrap for Power Apps and can
237237
| ------------- |:-------------:|
238238
|1000123 | iOS profile is not valid|
239239

240+
- Import your **Provisioning Profile** as a **Secret**
241+
- Add a new **Tag** for your **Provisioning Profile**.
242+
- 1. The **Tag name** should be based on the **bundle id** that you used in your **wrap project**. For example, if the **bundle id** for your wrapped app is **com.testApp.wrap**, then the new **Tag name** should be **com.testApp.wrap.profile**.
243+
2. The **Tag value** should correspod to the name you chose for your **Secret** when uploading a povisioning profile in the previous step. For example, if your **Secret** is named **iOSProvisioningProfileSecret**, then the value for the **Tag value** should also be **iOSProvisioningProfileSecret**.
244+
245+
> [!div class="mx-imgBorder"]
246+
> ![Create a tag for iOS Provisioning Profile Secret.](media/how-to-v2/ProvisioningProfileSecretTag.png "Create a tag for iOS Provisioning Profile Secret")
240247
241248

0 commit comments

Comments
 (0)