Skip to content

Commit bb4ef11

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

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,20 @@ The following Azure key vault errors might appear in wrap for Power Apps and can
194194
| ------------- |:-------------:|
195195
|1000121 | Android keystore is not valid. Missing Tag and/or Certificate|
196196

197+
- Import your **Android Certificate**.
198+
199+
> [!div class="mx-imgBorder"]
200+
> ![Import certificate.](media/how-to-v2/ImportCertificate.png "Import certoficate")
201+
202+
> [!div class="mx-imgBorder"]
203+
> ![Create a certificate.](media/how-to-v2/CreateName.png "Create a certificate")
204+
205+
206+
- Add a new **Tag** for your **Android Cerficicate**.
207+
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+
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**.
209+
210+
197211
## 1000122
198212

199213
| Error code | Description |

0 commit comments

Comments
 (0)