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

Implement GPG for signed commits #27

Open
gustavoggsb opened this issue Feb 20, 2021 · 3 comments
Open

Implement GPG for signed commits #27

gustavoggsb opened this issue Feb 20, 2021 · 3 comments

Comments

@gustavoggsb
Copy link
Contributor

Taking into account that we can work with teams, and that we have to ensure that the owner of the commit is really the person behind it, we need a way to sign these commits. One of these ways is to use a GPG key.

It would be interesting to have a way to facilitate this configuration, so that it does not become tiring to redo this whenever we start a new Linux.

@felipecrs
Copy link
Owner

I agree. I'll think about it. I'm just reluctant to introduce the need of interactivity to this dotfiles because it installs on Codespaces, which is not interactive at all.

@felipecrs
Copy link
Owner

felipecrs commented Jan 5, 2022

From #28:

I don't know very well how to proceed here. Perhaps, by adding the key using chezmoi's encryption mechanism? I would also need to add a note in README for advising users forking the repository.

@felipecrs
Copy link
Owner

I can probably leverage twpayne/chezmoi#1795 so I can safely commit the private key to GitHub.

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

No branches or pull requests

2 participants