Move PFX password controls under output type
This commit is contained in:
10
certy.ps1
10
certy.ps1
@@ -814,11 +814,6 @@ $outputTypeBox.SelectedIndex = 0
|
|||||||
$panel.Controls.Add($outputTypeBox)
|
$panel.Controls.Add($outputTypeBox)
|
||||||
$y += $rowHeight + $gap
|
$y += $rowHeight + $gap
|
||||||
|
|
||||||
$outputPathLabel = Add-Label "PFX output path" $xLabel $y $labelWidth $rowHeight
|
|
||||||
$outputPathBox = Add-TextBox $xInput $y $inputWidth $rowHeight $false
|
|
||||||
$outputPathBox.Text = "C:\programdata\wacs\output\"
|
|
||||||
$y += $rowHeight + $gap
|
|
||||||
|
|
||||||
$pfxPasswordLabel = Add-Label "PFX password" $xLabel $y $labelWidth $rowHeight
|
$pfxPasswordLabel = Add-Label "PFX password" $xLabel $y $labelWidth $rowHeight
|
||||||
$pfxPasswordBox = Add-TextBox $xInput $y $inputWidth $rowHeight $false
|
$pfxPasswordBox = Add-TextBox $xInput $y $inputWidth $rowHeight $false
|
||||||
$pfxPasswordBox.UseSystemPasswordChar = $true
|
$pfxPasswordBox.UseSystemPasswordChar = $true
|
||||||
@@ -828,6 +823,11 @@ $pfxPasswordToggle = Add-CheckBox "Use PFX password" $xInput $y 180 $rowHeight
|
|||||||
$pfxPasswordToggle.Checked = $true
|
$pfxPasswordToggle.Checked = $true
|
||||||
$y += $rowHeight + $gap
|
$y += $rowHeight + $gap
|
||||||
|
|
||||||
|
$outputPathLabel = Add-Label "PFX output path" $xLabel $y $labelWidth $rowHeight
|
||||||
|
$outputPathBox = Add-TextBox $xInput $y $inputWidth $rowHeight $false
|
||||||
|
$outputPathBox.Text = "C:\programdata\wacs\output\"
|
||||||
|
$y += $rowHeight + $gap
|
||||||
|
|
||||||
Add-Label "ACME base URI" $xLabel $y $labelWidth $rowHeight
|
Add-Label "ACME base URI" $xLabel $y $labelWidth $rowHeight
|
||||||
$baseUriBox = Add-TextBox $xInput $y $inputWidth $rowHeight $false
|
$baseUriBox = Add-TextBox $xInput $y $inputWidth $rowHeight $false
|
||||||
$baseUriBox.Text = "https://acmeprod.wd.govt.nz:9999/acme/rsa/"
|
$baseUriBox.Text = "https://acmeprod.wd.govt.nz:9999/acme/rsa/"
|
||||||
|
|||||||
Reference in New Issue
Block a user