From f076d9b6a419903fc7f4f028f298bd872a5c2224 Mon Sep 17 00:00:00 2001 From: langfingaz Date: Thu, 29 Apr 2021 15:02:25 +0200 Subject: [PATCH] add TODO --- pkg/de-p1st-gnupg/README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/pkg/de-p1st-gnupg/README.md b/pkg/de-p1st-gnupg/README.md index bda9441..2e358df 100644 --- a/pkg/de-p1st-gnupg/README.md +++ b/pkg/de-p1st-gnupg/README.md @@ -1,5 +1,16 @@ # gnupg +**TODO**: +* Currently using graphical pinentry ... this would mean dependend on X11/wayland + * could this be done with holo? + * default to terminal-pinentry + * `de-p1st-gnupg-x11` then changes the /etc/skel files to use graphical-pinentry + + + + + + One can use `/etc/gnupg/gpgconf.conf` to configure gpg and gpg-agent. However, not all options are available ... ```shell @@ -8,8 +19,8 @@ gpgconf --list-options gpg-agent ``` Using a smartcard: -* [](https://www.kuketz-blog.de/gnupg-public-key-authentifizierung-nitrokey-teil3/) -* [](https://www.gnupg.org/documentation/manuals/gnupg/Invoking-GPG_002dAGENT.html) +* kuketz-blog.de: [gnupg-public-key-authentifizierung-nitrokey-teil3](https://www.kuketz-blog.de/gnupg-public-key-authentifizierung-nitrokey-teil3/) +* [gnupg.org -> Invoking-GPG_AGENT](https://www.gnupg.org/documentation/manuals/gnupg/Invoking-GPG_002dAGENT.html) Note about login shell: