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.
1 parent be36c8e commit 789d273Copy full SHA for 789d273
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