Skip to content

Commit 2cbb090

Browse files
authored
minor tweaks
1 parent 5d3668c commit 2cbb090

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

powerapps-docs/maker/common/wrap/code-sign-android.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,11 @@ Example:
5858

5959
- If preparing Keyvault, PATH_TO_KEYSTORE should have .pfx extension.
6060

61-
`keytool -genkey -alias powerappswrap -keyalg RSA -keystore powerappswrap.jks -keysize 2048 -validity 10000`
62-
61+
`keytool -genkey -alias powerappswrap -keyalg RSA -keystore powerappswrap.pfx -keysize 2048 -validity 10000`
6362

6463
- If preparing for manual signing, PATH_TO_KEYSTORE should have .jks extension.
6564

66-
`keytool -genkey -alias powerappswrap -keyalg RSA -keystore powerappswrap.pfx -keysize 2048 -validity 10000`
65+
`keytool -genkey -alias powerappswrap -keyalg RSA -keystore powerappswrap.jks -keysize 2048 -validity 10000`
6766

6867

6968
:::image type="content" source="media/code-sign-android/keytool.png" alt-text="A screenshot with keytool command using the parameters in the above example.":::

0 commit comments

Comments
 (0)