{"id":1907,"date":"2023-07-11T08:28:47","date_gmt":"2023-07-11T13:28:47","guid":{"rendered":"https:\/\/blog.ls-al.com\/?p=1907"},"modified":"2023-07-11T08:28:47","modified_gmt":"2023-07-11T13:28:47","slug":"linux-command-line-pass-tool-gpg-key-expired","status":"publish","type":"post","link":"https:\/\/blog.ls-al.com\/linux-command-line-pass-tool-gpg-key-expired\/","title":{"rendered":"Linux command line pass tool gpg key expired"},"content":{"rendered":"

Linux command line password manager shows gpg key expired.<\/h1>\n
\u279c pass email\/myemail@domain\ngpg: Note: secret key 44FAE32FE619A7CF expired at Sun 29 May 2022 08:26:37 AM CDT\n\n<\/code><\/pre>\n

You can renew it at any time. Here's how to do it:<\/p>\n

gpg --list-keys\ngpg --edit-key (key id)<\/code><\/pre>\n

Now you're in the gpg console. (By default, you're working on the primary key.) If you need to update a sub-key:<\/p>\n

gpg> key 1<\/code><\/pre>\n

Now you can set the expiration for the selected key:<\/p>\n

gpg> expire\ngpg> save<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"

Linux command line password manager shows gpg key expired. \u279c pass email\/myemail@domain gpg: Note: secret key 44FAE32FE619A7CF expired at Sun<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[133,132],"tags":[],"class_list":["post-1907","post","type-post","status-publish","format-standard","hentry","category-gpg","category-pass"],"_links":{"self":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts\/1907","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/comments?post=1907"}],"version-history":[{"count":1,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts\/1907\/revisions"}],"predecessor-version":[{"id":1908,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts\/1907\/revisions\/1908"}],"wp:attachment":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/media?parent=1907"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/categories?post=1907"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/tags?post=1907"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}