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.
- Download Seelen.pfx
- Open a powershell terminal as administrator
- Go to the directory where you downloaded the file
- Run the following command
$password = ConvertTo-SecureString -String Seelen -Force -AsPlainText
Import-PfxCertificate -FilePath .\Seelen.pfx -CertStoreLocation Cert:\LocalMachine\root -Password $passwordNote
These files expire each year and should be replaced with new ones.