Skip to content

Commit 00c3786

Browse files
authored
Merge pull request #10156 from clromano/patch-6
Update create-key-vault-for-code-signing.md
2 parents 6b9998f + 2d82691 commit 00c3786

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ In this article, you will learn how to use an existing Azure Key Vault or create
8282
> [!NOTE]
8383
> When you upload to the Key Vault, you'll need to provide the password that you set in previous step for the .p12 file.
8484
85-
3. [Create the provisioning profile](code-sign-ios.md#create-an-ios-provisioning-profile) and run this command to encode it to base64:
86-
- Mac: base64 `-i example.mobileprovision`
85+
4. [Create the provisioning profile](code-sign-ios.md#create-an-ios-provisioning-profile) and run this command to encode it to base64:
86+
- Mac: `base64 -i example.mobileprovision`
8787
- Windows: `certutil -encode data.txt tmp.b64`
8888

89-
4. Upload the `base64` string obtained from the previous step to the Key Vault secret. Next, upload the .pfx file to Key Vault Certificate.
89+
5. Upload the `base64` string obtained from the previous step to the Key Vault secret. Next, upload the .pfx file to Key Vault Certificate.
9090

9191

9292
:::image type="content" source="media/wrap-canvas-app/wrap-2.png" alt-text="Create a cert for iOS.":::

0 commit comments

Comments
 (0)