Skip to content

Commit 0105e35

Browse files
authored
Update create-key-vault-for-code-signing.md
replace p12 with pfx when uploading to Key Vault
1 parent da1576b commit 0105e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ In this article, you will learn how to use an existing Azure Key Vault or create
8383
- Mac: base64 `-i example.mobileprovision`
8484
- Windows: `certutil -encode data.txt tmp.b64`
8585

86-
4. Upload the `base64` string obtained from the previous step to the Key Vault secret. Next, upload the .p12 file to Key Vault Certificate.
86+
4. Upload the `base64` string obtained from the previous step to the Key Vault secret. Next, upload the .pfx file to Key Vault Certificate.
8787

8888

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

0 commit comments

Comments
 (0)