You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/common/wrap/create-key-vault-for-code-signing.md
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -41,13 +41,13 @@ Follow these steps to create **Azure key vault** for wrap for Power Apps and con
41
41
> [!div class="mx-imgBorder"]
42
42
> 
43
43
44
-
4.Search for **Wrap KeyVault Access App**on **Members** tab.
44
+
4.on **Members** tab, select **Select member** and in the text box on the right enter **Wrap KeyVault Access App**.
45
45
46
46
> [!div class="mx-imgBorder"]
47
47
> 
48
48
49
-
5. Select **Wrap KeyVault Access App**> **Review + assign** to assign **Reader** role to it.
50
-
49
+
5. Select **Wrap KeyVault Access App**and then select **Review + assign** to assign the **Reader** role.
50
+
51
51
> [!div class="mx-imgBorder"]
52
52
> 
53
53
@@ -57,7 +57,8 @@ Follow these steps to create **Azure key vault** for wrap for Power Apps and con
57
57
4. Add access policies for the key vault.
58
58
59
59
60
-
5. Follow one of the these options, depending on your device:
60
+
5. Depending on your device follow one of the these options:
61
+
61
62
- For Android, create the .pfx file upload it to the keyvault certificate section. More information: [Generate keys](code-sign-android.md#generate-keys)
62
63
63
64
:::image type="content" source="media/wrap-canvas-app/wrap-1.png" alt-text="Create a cert for Android.":::
@@ -66,9 +67,11 @@ Follow these steps to create **Azure key vault** for wrap for Power Apps and con
66
67
> The name of the certificate must be present in the tag step. The password also needs match the password you entered during the store pass parameter used to create the .pfx file in step 2.
67
68
68
69
- For iOS:
69
-
1. Install the .cer into Keychain Access app by double clicking it. More information: [Create the distribution certificate](code-sign-ios.md#create-the-distribution-certificate) </br> Then export the file as a .p12 file by right clicking your certificate file and the select **Export** and select the file format .p12.
70
+
1. Install the .cer into Keychain Access app by selecting it. More information: [Create the distribution certificate](code-sign-ios.md#create-the-distribution-certificate) </br> Then export the file as a .p12 file by right clicking your certificate file and the select **Export** and select the file format .p12.
71
+
70
72
> [!NOTE]
71
73
> The .p12 password that you set in step 4 is required when uploading it to the keyvault in the next step.
74
+
72
75
2.[Create the provisioning profile](code-sign-ios.md#create-an-ios-provisioning-profile) and run the following command to encode it to base64:
0 commit comments