Skip to content

Commit

Permalink
docs: add certificate install instructions (#543)
Browse files Browse the repository at this point in the history
* docs: add certificate install instructions

* docs: add formatting

* docs: move certificate instructions to how-to section

* docs: add certificate section to summary

* docs: rename install-certificate to install-msixbundle-certificate

* docs: unify heading with file name
  • Loading branch information
Rasmus-Bertell authored Oct 13, 2024
1 parent 5e7d349 commit 2454495
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
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.

0 comments on commit 2454495

Please sign in to comment.