Skip to content

Commit 6fe7d15

Browse files
(AzureCXP) MicrosoftDocs/azure-docs#38183
1 parent 1d4d5d3 commit 6fe7d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/marketplace/cloud-partner-portal/virtual-machine/cpp-create-key-vault-cert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ You can now store the certificates, contained in the .pfx file, to the new key v
196196
"dataType" :"pfx",
197197
"password": "$certpassword"
198198
}
199-
"@
199+
"@
200200
echo $certpassword
201201
$jsonObjectBytes = [System.Text.Encoding]::UTF8.GetBytes($jsonObject)
202202
$jsonEncoded = [System.Convert]::ToBase64String($jsonObjectBytes)

0 commit comments

Comments
 (0)