[doc] gpg4win and browserpass integration
This commit is contained in:
parent
68c767e8a2
commit
445b2113fe
|
@ -1,4 +0,0 @@
|
|||
|
||||
# auto start gpg-agent
|
||||
|
||||
gpgconf --launch gpg-agent
|
19
win/setup/gpg4win.md
Normal file
19
win/setup/gpg4win.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
|
||||
# download
|
||||
|
||||
[gpg4win](https://www.gpg4win.org/)
|
||||
[browserpass native client](https://github.com/browserpass/browserpass-native/releases/latest)
|
||||
|
||||
# restore keys
|
||||
|
||||
```
|
||||
gpg --import path\to\publickey.asc
|
||||
gpg --import path\to\privatekey.asc
|
||||
```
|
||||
|
||||
# auto start gpg-agent
|
||||
|
||||
1. `win+r`, input `shell:start`
|
||||
2. create shortcut to `"C:\Program Files (x86)\GnuPG\bin\gpgconf.exe" --launch gpg-agent` with run type `minimized`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user