mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 09:35:09 +02:00
1.6 KiB
1.6 KiB
How to Update the PFX Key for UWP Signing
This guide explains how to generate and update the PFX (Personal Information Exchange) certificate used to sign the PPSSPP UWP app.
Prerequisites
- Visual Studio installed with UWP development workload
- Access to the project solution file
Step 1: Open the Package Manifest
- In Visual Studio, open the PPSSPP UWP solution
- In Solution Explorer, navigate to the
UWPproject - Double-click on
Package.appxmanifestorPackageGold.appxmanifestto open the manifest viewer
Step 2: Go to the Packaging Tab
- Click on the Packaging tab in the manifest viewer
- You'll see the current certificate information displayed here
Step 3: Choose a Certificate
- Click the Choose Certificate... button
- A dialog will appear with several options:
- Create... - Create a new self-signed test certificate
- Select from Store... - Choose an existing certificate from Windows Certificate Store
- Select from File... - Browse for an existing .pfx file
Step 4a: Create a New Test Certificate
If creating a new self-signed certificate:
- Click Create...
- Enter a Publisher Common Name (e.g.,
CN=YourName) - Optionally set a password
- Click OK
Step 4b: Select an Existing Certificate
If using an existing .pfx file:
- Click Select from File...
- Go to your
.pfxfile location - Enter the certificate password if prompted
- Click OK