Skip to content

Commit

Permalink
Fix quotes around empty storepass in jarsigner command example.
Browse files Browse the repository at this point in the history
  • Loading branch information
backwind1233 committed Nov 15, 2024
1 parent ebdbd66 commit 25533ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ az role assignment create `
```powershell
jarsigner -keystore NONE -storetype AzureKeyVault `
-signedjar signerjar.jar ${PARAM_YOUR_JAR_FILE_PATH} "${CERT_NAME}" `
-verbose -storepass "" `
-verbose -storepass '""' `
-providerName AzureKeyVault `
-providerClass com.azure.security.keyvault.jca.KeyVaultJcaProvider `
"-J-Dazure.keyvault.uri=${KEYVAULT_URL}" `
Expand Down

0 comments on commit 25533ac

Please sign in to comment.