This commit is contained in:
Daniel Langbein 2021-04-29 15:02:25 +02:00
parent 9ef4ebad7f
commit f076d9b6a4

View File

@ -1,5 +1,16 @@
# gnupg # 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 ... One can use `/etc/gnupg/gpgconf.conf` to configure gpg and gpg-agent. However, not all options are available ...
```shell ```shell
@ -8,8 +19,8 @@ gpgconf --list-options gpg-agent
``` ```
Using a smartcard: Using a smartcard:
* [](https://www.kuketz-blog.de/gnupg-public-key-authentifizierung-nitrokey-teil3/) * kuketz-blog.de: [gnupg-public-key-authentifizierung-nitrokey-teil3](https://www.kuketz-blog.de/gnupg-public-key-authentifizierung-nitrokey-teil3/)
* [](https://www.gnupg.org/documentation/manuals/gnupg/Invoking-GPG_002dAGENT.html) * [gnupg.org -> Invoking-GPG_AGENT](https://www.gnupg.org/documentation/manuals/gnupg/Invoking-GPG_002dAGENT.html)
Note about login shell: Note about login shell: