mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
Include Algo generated password (#1272)
I change a line to Include the Algo generated password so the users do not need to manually enter the password when installing on Windows 10 computers.
This commit is contained in:
parent
9830947dfd
commit
44ab95f12b
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ $CaCertificateBase64 = "{{ PayloadContentCA }}"
|
||||||
$UserPkcs12Base64 = "{{ item.1.stdout }}"
|
$UserPkcs12Base64 = "{{ item.1.stdout }}"
|
||||||
|
|
||||||
if ($PsCmdlet.ParameterSetName -eq "Add" -and -not $Pkcs12DecryptionPassword) {
|
if ($PsCmdlet.ParameterSetName -eq "Add" -and -not $Pkcs12DecryptionPassword) {
|
||||||
$Pkcs12DecryptionPassword = Read-Host -AsSecureString -Prompt "Pkcs12DecryptionPassword"
|
$Pkcs12DecryptionPassword = ConvertTo-SecureString '{{ p12_export_password }}' -asplaintext -force
|
||||||
}
|
}
|
||||||
|
|
||||||
<#
|
<#
|
||||||
|
|
Loading…
Add table
Reference in a new issue