mirror of
https://codeberg.org/gaschz/passff-host.git
synced 2025-06-06 18:08:46 +02:00
Fix formatting
This commit is contained in:
parent
7e5262594b
commit
8f053f79f4
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user