Skip to content

Docs: Fix certificate store instructions - use Trusted Root Certification Authorities#12

Closed
nek0der wants to merge 1 commit into
mainfrom
docs/fix-certificate-store-instructions
Closed

Docs: Fix certificate store instructions - use Trusted Root Certification Authorities#12
nek0der wants to merge 1 commit into
mainfrom
docs/fix-certificate-store-instructions

Conversation

@nek0der
Copy link
Copy Markdown
Owner

@nek0der nek0der commented Jan 25, 2026

Description

Fixed the certificate installation instructions in README.md to use the correct certificate store.

Related Issue

This addresses incorrect certificate store instructions that would prevent users from successfully installing the MSIX package.

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactoring (no functional changes)
  • Build/CI changes

How Has This Been Tested?

Verified the correct certificate store through:

  • Testing MSIX installation with both certificate stores
  • Consulting official Microsoft documentation
  • Reviewing community best practices

Test Configuration:

  • Windows Version: 11 Build 26220
  • Certificate Type: Self-signed (.cer)

Screenshots (if applicable)

N/A

Checklist

  • My code follows the project's coding style
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • I have added entries to CHANGELOG.md (if applicable)
  • My changes generate no new warnings
  • I have tested my changes locally
  • Any dependent changes have been merged and published

Breaking Changes

N/A

Additional Notes

Previous (Incorrect):

  • Certificate Store: Trusted People

Current (Correct):

  • Certificate Store: Trusted Root Certification Authorities

This change is critical for users to successfully install the MSIX package. The previous instructions would result in error 0x800B0109 ("The root certificate must be trusted").

References:

@github-actions
Copy link
Copy Markdown

This pull request has been automatically marked as stale because it has not had recent activity.
It will be closed in 14 days if no further activity occurs.
If you're still working on this, please comment or push new commits.

@github-actions github-actions Bot added the stale label Feb 25, 2026
@github-actions
Copy link
Copy Markdown

This pull request has been automatically closed due to inactivity.
Feel free to reopen if you'd like to continue working on this.

@github-actions github-actions Bot closed this Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant