Mozilla will shut down Pocket’s services on July 8, 2025. At that time users will no longer be able to access the Pocket website, apps and API. You can export your saved items and API data until October 8, 2025 before they are permanently removed. For more information, see this article.

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

കൂടുതലറിയുക

How to change expiration date of gpg keys

  • 2 മറുപടികൾ
  • 0 have this problem
  • 75 കാഴ്ചകൾ
  • Last reply by ujaroe

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

Chosen solution

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.

Read this answer in context 👍 1

എല്ലാ മറുപടികളും (2)

Chosen Solution

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.

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.