diff --git a/tools/build/cert-management.ps1 b/tools/build/cert-management.ps1 index a085a5ca54..ed7031c1e9 100644 --- a/tools/build/cert-management.ps1 +++ b/tools/build/cert-management.ps1 @@ -152,8 +152,4 @@ function Export-CertificateFiles { if (-not $CerPath -and -not $PfxPath) { Write-Warning "No output path specified. Nothing was exported." } -} - -$cert = EnsureCertificate -$pswd = ConvertTo-SecureString -String "MySecurePassword123!" -AsPlainText -Force -Export-CertificateFiles -Certificate $cert -CerPath "$env:TEMP\cert.cer" -PfxPath "$env:TEMP\cert.pfx" -PfxPassword $pswd +} \ No newline at end of file