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!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

How to change expiration date of gpg keys

  • 2 个回答
  • 0 人有此问题
  • 14 次查看
  • 最后回复者为 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

被采纳的解决方案

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.

定位到答案原位置 👍 1

所有回复 (2)

more options

选择的解决方案

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.