From 445b2113fe5c4f1695cc96941f54527d7a9209bb Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Thu, 3 Jun 2021 23:59:28 +0800 Subject: [PATCH] [doc] gpg4win and browserpass integration --- win/gpg4win.md | 4 ---- win/setup/gpg4win.md | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 win/gpg4win.md create mode 100644 win/setup/gpg4win.md diff --git a/win/gpg4win.md b/win/gpg4win.md deleted file mode 100644 index 8b7bd75..0000000 --- a/win/gpg4win.md +++ /dev/null @@ -1,4 +0,0 @@ - -# auto start gpg-agent - -gpgconf --launch gpg-agent diff --git a/win/setup/gpg4win.md b/win/setup/gpg4win.md new file mode 100644 index 0000000..bf8f6e4 --- /dev/null +++ b/win/setup/gpg4win.md @@ -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` + +