Skip to content

Instantly share code, notes, and snippets.

View Maffsie's full-sized avatar
🌈
howdy

Matthew Connelly Maffsie

🌈
howdy
View GitHub Profile
Set-Location $PSScriptRoot
Write-Host "PFX Certificate Creator"
Write-Host ""
Write-Host "Create a PFX certificate for use with MSIX Package Signing."
Write-Host ""
$subjectName = Read-Host "Subject Name"
$friendlyName = Read-Host "Friendly Name"
$certificateKey = Read-Host "Certificate Key" -AsSecureString