Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

How to change expiration date of gpg keys

  • 2 Antworten
  • 0 haben dieses Problem
  • 124 Aufrufe
  • Letzte Antwort von ujaroe

more options

Hi,

I need help changing the expiration date of my gpg keys (TB 102.10).

I already extended the date on the command line (gpg --edit-keys), but Thunderbird does not recognize this change.

Maybe it has its own keystore - don't know. I try to change the key from Thunderbird's key manager. Unfortunately it tells, the key has "a complex structure" and cannot be changed. Yes, the key has subkeys. But what can I do now?

Thanks

Hi, I need help changing the expiration date of my gpg keys (TB 102.10). I already extended the date on the command line (gpg --edit-keys), but Thunderbird does not recognize this change. Maybe it has its own keystore - don't know. I try to change the key from Thunderbird's key manager. Unfortunately it tells, the key has "a complex structure" and cannot be changed. Yes, the key has subkeys. But what can I do now? Thanks

Ausgewählte Lösung

Once the expiry date has been changed via gpg, export the private key via gpg and re-import it into Thunderbird. Yes, Thunderbird has it's own key store.

Diese Antwort im Kontext lesen 👍 1

Alle Antworten (2)

more options

Ausgewählte Lösung

Once the expiry date has been changed via gpg, export the private key via gpg and re-import it into Thunderbird. Yes, Thunderbird has it's own key store.

more options

Okay, thanks. It's not quite convenient, but does the job.

gpg --export -o public.gpg gpg --export-secret-key -o secret.gpg

secret.gpg is (probably) sufficient.