-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(UWP) More Build Tweaks #15711
(UWP) More Build Tweaks #15711
Conversation
Thanks, looks good. Would be nice if we could also document how to generate new temp keys easily.. |
I can tell you how I do so if it helps. When you choose "Create App Packages" in Visual Studio, you are then given a few options before the Package is generated. This includes how it will be signed, and this is where you can generate a new key. I don't know if there are other methods, but that one is what I use. |
It'd be most ideal to have a GitHub Action (which runs on a X month schedule or manually) that updates the key and commits it to the repo, if it needs to be periodically updated. That'd require a command line method of generating it. -[Unknown] |
Yeah, the key lasts a year before it expires. So it could be updated yearly. But I sadly don't know how to generate keys via a command line. |
Looks like it's just a self-signed code signing cert:
This doesn't seem to be exactly right, but what if you try this:
If you use the cert.pfx that generates, does everything work? Here's an example in case you don't have openssl: -[Unknown] |
For further clarification for the first change, here is the option in question: