Fix formatting

This commit is contained in:
Luke Lollard 2024-12-16 19:57:14 -06:00
parent 7e5262594b
commit 8f053f79f4

View File

@ -148,14 +148,13 @@ If this doesn't work, you can link the files yourself. First, change the `path`
- The key used for `pass` needs to be added to Mullvad's `.gnugp` directory: - The key used for `pass` needs to be added to Mullvad's `.gnugp` directory:
- `gpg --homedir mullvad-browser/Browser/.gnupg --list-keys` (if this returns an error, kill the process it shows) - `gpg --homedir mullvad-browser/Browser/.gnupg --list-keys` (if this returns an error, kill the process it shows)
- `gpg --homedir mullvad-browser/Browser/.gnupg --import /path/to/key` - `gpg --homedir mullvad-browser/Browser/.gnupg --import /path/to/key`
- Get the ID from `gpg --homedir mullvad-browser/Browser/.gnupg --list-keys` and set the trust to "ultimate" (see code block below) - Get the ID from `gpg --homedir mullvad-browser/Browser/.gnupg --list-keys` and set the trust to "ultimate":
- Restart the computer, and use Mullvad to access `pass` before accessing via the CLI
```bash ```bash
$ gpg --homedir mullvad-browser/Browser/.gnupg --edit-key your_key_id $ gpg --homedir mullvad-browser/Browser/.gnupg --edit-key your_key_id
> trust > trust
> 5 > 5
``` ```
- Restart the computer, and use Mullvad to access `pass` before accessing via the CLI
### Troubleshooting ### Troubleshooting