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
13
README.md
13
README.md
@ -148,15 +148,14 @@ 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:
|
||||
- `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`
|
||||
- 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":
|
||||
```bash
|
||||
$ gpg --homedir mullvad-browser/Browser/.gnupg --edit-key your_key_id
|
||||
> trust
|
||||
> 5
|
||||
```
|
||||
- Restart the computer, and use Mullvad to access `pass` before accessing via the CLI
|
||||
|
||||
```bash
|
||||
$ gpg --homedir mullvad-browser/Browser/.gnupg --edit-key your_key_id
|
||||
> trust
|
||||
> 5
|
||||
```
|
||||
|
||||
### Troubleshooting
|
||||
|
||||
#### Script execution failed
|
||||
|
Loading…
x
Reference in New Issue
Block a user