Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Learn More

How to change expiration date of gpg keys

  • 2 svar
  • 0 har detta problem
  • 14 visningar
  • Senaste svar av 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

Vald lösning

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.

Läs svaret i sitt sammanhang 👍 1

Alla svar (2)

more options

Vald lösning

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.