|
|
@ -0,0 +1,18 @@ |
|
|
|
# Configuration environnement GnuPG |
|
|
|
|
|
|
|
### Créer le répertoire : |
|
|
|
``` |
|
|
|
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 |
|
|
|
chmod 700 -R .gnupg |
|
|
|
``` |
|
|
|
|
|
|
|
### Puis, charger sa clé publique : |
|
|
|
|
|
|
|
``` |
|
|
|
gpg --auto-key-locate keyserver --locate-keys julien.escario@altinea.fr |
|
|
|
gpg --card-status |
|
|
|
``` |
|
|
|
|
|
|
|
Si la config est correcte, ssh-add -l doit retourne une clé ssh publique se terminant par cardno:XXXXX |