|
@ -2,6 +2,7 @@ |
|
|
|
|
|
|
|
|
### Créer le répertoire : |
|
|
### Créer le répertoire : |
|
|
``` |
|
|
``` |
|
|
|
|
|
apt install pinentry-gnome3 |
|
|
mkdir -p ~/.gnupg/ |
|
|
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.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 |
|
|
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 : |
|
|
### 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 |
|
|
gpg --card-status |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|