[doc] gpg4win and browserpass integration

This commit is contained in:
Klesh Wong 2021-06-03 23:59:28 +08:00
parent 68c767e8a2
commit 445b2113fe
2 changed files with 19 additions and 4 deletions

View File

@ -1,4 +0,0 @@
# auto start gpg-agent
gpgconf --launch gpg-agent

19
win/setup/gpg4win.md Normal file
View 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`