diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2018-09-28 09:47:51 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2018-09-28 09:47:51 +0200 |
commit | 55aa456fdba2261bfe234687bc1657f823e32148 (patch) | |
tree | b3a4d5c808bbda1bf86196dc89b05e59a065282b /src | |
parent | 50223bac26d4420e0c864e72a271d9ecdc417263 (diff) |
gpg: nuovo comando per generare foglietti
Diffstat (limited to 'src')
-rw-r--r-- | src/laboratorio/gpg.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/laboratorio/gpg.txt b/src/laboratorio/gpg.txt index db5e632..1d745d4 100644 --- a/src/laboratorio/gpg.txt +++ b/src/laboratorio/gpg.txt @@ -38,6 +38,10 @@ o meglio ancora usando i `PGP Tools`_:: gpg-key2ps $CHIAVE | lpr +o in alternativa:: + + gpg-key2latex -p A4 --attr-height 5 --show-qrcode $CHIAVE > $CHIAVE.pdf + Per informazioni su cosa fare una volta a casa per firmare le chiavi di cui si è verificata l'identità si può leggere il `keysigning party howto`_. |