We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be36c8e + 789d273 commit 16bb652Copy full SHA for 16bb652
azure-local/manage/disconnected-operations-pki.md
@@ -234,7 +234,7 @@ $subjects|Foreach-Object {
234
$infFilename = "$($managementendpointPath)\$($filename).inf"
235
$csrPath = "$($managementendpointPath)\$($filename).csr"
236
$certPath = "$($managementendpointPath)\$($filename).cer"
237
- $pfxPathPath = "$($managementendpointPath)\$($filename).pfx"
+ $pfxPath = "$($managementendpointPath)\$($filename).pfx"
238
@"
239
[NewRequest]
240
Subject = "CN=$subject"
0 commit comments