Skip to content
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

docs: add certificate install instructions #543

Merged
merged 6 commits into from
Oct 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- [Setup VSCode Remote](./how-to/vscode.md)
- [Change the username](./how-to/change-username.md)
- [Setup Nix Flakes](./how-to/nix-flakes.md)
- [Install MSIXBundle Certificate](./how-to/install-msixbundle-certificate.md)
- [Troubleshooting](./troubleshooting/README.md)
- [Recovery Shell](./troubleshooting/recovery-shell.md)

Expand Down
21 changes: 21 additions & 0 deletions docs/src/how-to/install-msixbundle-certificate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Install MSIXBundle Certificate

To use the `.msixbundle` launcher some systems need to install the certificate
for it. The certificate is included in the launcher and can be accessed from
it's properties. The certificate needs to be installed in the `Trusted People`
certificate store on the local machine which requires administrator privileges.

## Step by step instructions

1. Open `.msixbundle` files __properties__
2. Select __Digital Signatures__ tab
3. Select signature named `nzbr`
4. Click __details__
5. Click __View Certificate__
6. Click __Install Certificate__
7. Select `Local Machine` and click __Next__
8. Select `Place all certificates in the following store` and click __Browse__
9. Select `Trusted People` from the list and click __OK__
10. Click __Next__ and then __Finish__

You should now be able to use the `.msixbundle` launcher.
Loading