Skip to content

Commit 982ca63

Browse files
authored
Update create-key-vault-for-code-signing.md
1 parent afa4e10 commit 982ca63

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

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

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,13 @@ The following Azure key vault errors might appear in wrap for Power Apps and can
197197
- Import your **Android Certificate**.
198198

199199
> [!div class="mx-imgBorder"]
200-
> ![Import certificate.](media/how-to-v2/ImportCertificate.png "Import certoficate")
200+
> ![Import certificate.](media/how-to-v2/ImportCertificate.png "Import certificate")
201201
202202
> [!div class="mx-imgBorder"]
203-
> ![Create a certificate.](media/how-to-v2/CertificateName.png "Create a certificate")
203+
> ![Create an Android certificate.](media/how-to-v2/CertificateName.png "Create an Android certificate")
204204
205205

206-
- Add a new **Tag** for your **Android Cerficicate**.
206+
- 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**.
208208
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**.
209209

@@ -217,6 +217,20 @@ The following Azure key vault errors might appear in wrap for Power Apps and can
217217
| ------------- |:-------------:|
218218
|1000122 | iOS certificate is not valid|
219219

220+
- Import your **iOS Certificate**.
221+
> [!div class="mx-imgBorder"]
222+
> ![Import certificate.](media/how-to-v2/ImportCertificate.png "Import certificate")
223+
224+
> [!div class="mx-imgBorder"]
225+
> ![Create an iOS certificate.](media/how-to-v2/CertificateNameiOS.png "Create an iOS certificate")
226+
227+
- 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**.
230+
231+
> [!div class="mx-imgBorder"]
232+
> ![Create a certificate tag for iOS.](media/how-to-v2/CertificateTagiOS.png "Create a certificate tag for iOS")
233+
220234
## 1000123
221235

222236
| Error code | Description |

0 commit comments

Comments
 (0)