Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PR #2004/141ae4fb backport][stable-4.8] fix(signing):Set signing keys to never expire #2007

Conversation

patchback[bot]
Copy link

@patchback patchback bot commented Dec 11, 2023

This is a backport of PR #2004 as merged into master (141ae4f).

Edited keys to never expire

No-Issue

For reference

$ gpg --edit-key EBED170E8C9480E22A1D059B15250E9EC0A62577
gpg> expire
# select the option
gpg> save

# do it again for sub key
$ gpg --edit-key EBED170E8C9480E22A1D059B15250E9EC0A62577
gpg> key 1
gpg> expire
# select the option
gpg> save

Reexport

$ gpg --armor --export EBED170E8C9480E22A1D059B15250E9EC0A62577 > dev/common/ansible-sign-pub.txt

$ gpg --output dev/common/ansible-sign-pub.gpg --armor --export EBED170E8C9480E22A1D059B15250E9EC0A62577

$ gpg --output dev/common/ansible-sign.key --armor --export-secret-keys EBED170E8C9480E22A1D059B15250E9EC0A62577

@app-sre-bot
Copy link
Collaborator

Can one of the admins verify this patch?

@rochacbruno rochacbruno merged commit 4d2e237 into stable-4.8 Dec 11, 2023
35 checks passed
@rochacbruno rochacbruno deleted the patchback/backports/stable-4.8/141ae4fb720cadab53c90e5502a7f716fe60d74f/pr-2004 branch December 11, 2023 19:41
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