Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Store app test certificate expired

Suddenly, when running a build of my Windows Store app I got the error.

error APPX0108: The certificate specified has expired. For more information about renewing certificates, see http://go.microsoft.com/fwlink/?LinkID=241478

There is a link to the Renewing a certificate page but it's just a circular reference.

like image 254
Andy Joiner Avatar asked Oct 19 '16 08:10

Andy Joiner


1 Answers

The information was there - just buried at the bottom of the page:

  • Open the .appxmanifest file in Visual Studio (app manifest designer view)
  • On the Packaging tab in the
    • Click Choose Certificate
    • In the dropdown, select Create test certificate...
      • This blog post recommends you do not set a password
    • Agree to replace the certificate
like image 67
Andy Joiner Avatar answered Oct 14 '22 23:10

Andy Joiner