Skip to content

Conversation

@lekv
Copy link
Contributor

@lekv lekv commented Aug 3, 2017

Created like so:

gpg --import < KEYS 2>&1 | grep key | sed -e 's/."(.)".*/\1/' |
while read k; do gpg --list-sigs --keyid-format long $k; gpg --export
--armor $k; done > newkeys

Created like so:

gpg --import < KEYS 2>&1 | grep key | sed -e 's/.*"\(.*\)".*/\1/' | \
while read k; do gpg --list-sigs --keyid-format long $k; gpg --export \
--armor $k; done > newkeys
sub 2048R/03C4E111 2013-04-10 [expires: 2017-04-10]
sig 7AE7E47B 2013-04-10 Julien Le Dem <[email protected]>
pub 2048R/97D7E8647AE7E47B 2013-04-10 [expired: 2017-04-10]
uid Julien Le Dem <[email protected]>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@julienledem - It looks like your key has expired. Should I remove it?

@lekv
Copy link
Contributor Author

lekv commented Sep 13, 2017

After a discussion on infra@ I'm not sure whether we still need to do this, though I think it's nice to have. Thoughts?

@asfgit asfgit closed this in 523d7b6 Oct 6, 2017
@rdblue
Copy link
Contributor

rdblue commented Oct 6, 2017

+1. Nice to have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants