Browse Source

Config update (using pinentry gnome3

pull/1/head
Julien Escario 4 years ago
parent
commit
1668f33411
  1. 3
      gpg/Readme.md
  2. 2
      gpg/gpg-agent.conf

3
gpg/Readme.md

@ -2,6 +2,7 @@
### Créer le répertoire :
```
apt install pinentry-gnome3
mkdir -p ~/.gnupg/
curl -s -o ~/.gnupg/gpg.conf https://gitlab.altinea.fr/altinea/install-scripts/raw/branch/master/gpg/gpg.conf
curl -s -o ~/.gnupg/gpg-agent.conf https://gitlab.altinea.fr/altinea/install-scripts/raw/branch/master/gpg/gpg-agent.conf
@ -11,7 +12,7 @@ chmod 700 -R .gnupg
### Puis, charger sa clé publique :
```
gpg --auto-key-locate keyserver --locate-keys julien.escario@altinea.fr
gpg --auto-key-locate keyserver --locate-keys <e-mail>
gpg --card-status
```

2
gpg/gpg-agent.conf

@ -1,4 +1,4 @@
enable-ssh-support
pinentry-program /usr/bin/pinentry-curses
pinentry-program /usr/bin/pinentry-gnome3
default-cache-ttl 60
max-cache-ttl 120
Loading…
Cancel
Save