Skip to content

Prefer GPG(GnuPG) rather than SSH key to sign commits#311

Merged
kachick merged 24 commits intomainfrom
gpg-commit-sign
Sep 12, 2023
Merged

Prefer GPG(GnuPG) rather than SSH key to sign commits#311
kachick merged 24 commits intomainfrom
gpg-commit-sign

Conversation

@kachick
Copy link
Copy Markdown
Owner

@kachick kachick commented Sep 12, 2023

Resolves #289

Comment thread home-manager/gpg.nix Outdated
@kachick kachick changed the title Prefer GnuPG rather than ssh key for commit sign Prefer GPG(GnuPG) rather than SSH key to sign commits Sep 12, 2023
@kachick
Copy link
Copy Markdown
Owner Author

kachick commented Sep 12, 2023

screen_shot 2023-09-12 20 42 02

Removing the GPG key from github made unverified like ssh era 🤔

@kachick
Copy link
Copy Markdown
Owner Author

kachick commented Sep 12, 2023

https://qiita.com/kanatatsu64/items/85104644d1599c244f35 ah, needed to replace key with revoked one in github

@kachick
Copy link
Copy Markdown
Owner Author

kachick commented Sep 12, 2023

@kachick
Copy link
Copy Markdown
Owner Author

kachick commented Sep 12, 2023

  1. Revoke subkey in local
  2. Delete exists pubkey from GitHub
  3. Upload new pubkey in GitHub with ouput of gpg --armor --export EF6E574D040AE2A5
  4. GitHub keeps Verified but shows Revoked in detail
  5. 🎉 Actually I want.
スクリーンショット 2023-09-12 231239 スクリーンショット 2023-09-12 231225

@kachick kachick marked this pull request as ready for review September 12, 2023 15:46
@kachick kachick merged commit fec9d02 into main Sep 12, 2023
@kachick kachick deleted the gpg-commit-sign branch September 12, 2023 15:47
kachick added a commit to kachick/kachick.github.io that referenced this pull request Sep 12, 2023
kachick added a commit that referenced this pull request Feb 14, 2024
@kachick
Copy link
Copy Markdown
Owner Author

kachick commented Mar 11, 2024

gitui-org/gitui#97
jesseduffield/lazygit#30

I should prefer sign, but modern gui cannot be used by this 📝

@kachick
Copy link
Copy Markdown
Owner Author

kachick commented Mar 11, 2024

gitui-org/gitui#1544 ❤️

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.

How to keep verified status from commits even I removed the ssh key?

1 participant