.cert/readme.md
msixherocli.exe newcert --directory .\.cert --name Seelen --password Seelen --subject CN=7E60225C-94CB-4B2E-B17F-0159A11074CB --validUntil "14/12/2026 6:31:10 pm"
In this directory, you will find the self-signed certificates used in the development environment. You can add it to your system to trust nighly msix packages.
$password = ConvertTo-SecureString -String Seelen -Force -AsPlainText
Import-PfxCertificate -FilePath .\Seelen.pfx -CertStoreLocation Cert:\LocalMachine\root -Password $password
[!NOTE] These files expire each year and should be replaced with new ones.