Skip to content

Commit

Permalink
Remove reference to windows 7 in self-signed build docs (nvaccess#17192)
Browse files Browse the repository at this point in the history
The self signed build docs reference Windows 7. Windows 7 is no longer supported in NVDA.

Description of user facing changes
None

Description of development approach
Update docs to remove reference to windows 7 in self-signed build docs
  • Loading branch information
seanbudd authored Sep 19, 2024
1 parent 4dbda63 commit a0fefe3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion projectDocs/dev/selfSignedBuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,14 @@ Thumbprint Subject
148CB69869B802A36B3D8D801BA8D9D0F3C1484F CN=Test NVDA Build, O=NV Access Dev, C=US
```

For Windows 7, you will need to use an alternative method.
#### Note for older versions of Windows

On any supported version of Windows, you can manage certifications through the "Certificate Manager".

Importing A Windows 11 certificate via PowerShell may fail on older versions of Windows.
On Windows 10, open the certificate file and go through the installation dialog.
Install it to "Local Machine", in the store: "Trusted Root Certification Authorities".

### Using the certificate

When running a scons command, append `certFile=local.pfx certPassword=<Password>`.
Expand Down

0 comments on commit a0fefe3

Please sign in to comment.