diff --git a/content/post/mailverschlüsselung.md b/content/post/mailverschlüsselung.md index 39bfd4a..125f43d 100644 --- a/content/post/mailverschlüsselung.md +++ b/content/post/mailverschlüsselung.md @@ -19,6 +19,14 @@ Macht das bitte auch umbedingt, wenn ihr Fragen und Korrekturen habt. [Kontakt]({{< ref "/about#contact" >}} "Contact Information") +# Nicht behandelte Themen + +* List Key Generation: Ihr wollt einen Key für meine_aktion@lists.example.com generieren, habt das aber gar nicht als Mail Addresse in Thunderbird? + + [Via GPG Key erstellen](https://www.redhat.com/sysadmin/creating-gpg-keypairs) bzw. `gpg --gen-key` + + [GPG Key exportieren](https://rtcamp.com/tutorials/linux/gpg-keys/) bzw. `gpg --export-secret-keys --armor -o keyname.asc listname@liste.example.com` + + Datei in Thunderbird importieren + + # Presentation {{< pdf Skillshare_PGP>}}