gpg
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| gpg [2019/01/22 10:13] – [La commande "gpg"] simon | gpg [2026/08/23 05:13] (Version actuelle) – supprimée - modification externe (Date inconnue) 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ====== La commande " | ||
| - | La page de [[man de gpg]]. | ||
| - | |||
| - | ===== Exporter ses clés ===== | ||
| - | <code bash> | ||
| - | $ gpg --list-keys | ||
| - | (...) | ||
| - | pub | ||
| - | AB525CF18585EED13460FBA15919A184D100D521 | ||
| - | uid [ ultime ] Simon Lefort (Clé de Simon Lefort) < | ||
| - | sub | ||
| - | (...) | ||
| - | |||
| - | $ gpg --output mon-mail-be_pub.gpg --armor --export AB525CF18585EED13460FBA15919A184D100D521 | ||
| - | |||
| - | $ gpg --output mon-mail-be_sec.gpg --armor --export-secret-key AB525CF18585EED13460FBA15919A184D100D521 | ||
| - | </ | ||
| - | |||
| - | ===== Importer ses clés ===== | ||
| - | On copie les fichiers sur l' | ||
| - | |||
| - | <code bash> | ||
| - | $ gpg --import mon-mail-be_pub.gpg | ||
| - | |||
| - | $ gpg --allow-secret-key-import --import mon-mail-be_sec.gpg | ||
| - | |||
| - | $ gpg --list-keys | ||
| - | pub | ||
| - | AB525CF18585EED13460FBA15919A184D100D521 | ||
| - | uid [ inconnue] Simon Lefort (Clé de Simon Lefort) < | ||
| - | sub | ||
| - | </ | ||
| - | |||
| - | ===== Sources ===== | ||
| - | * [[http:// | ||
| - | * [[https:// | ||
gpg.1548151991.txt.gz · Dernière modification : (modification externe)
