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

Made the default GPG config file overridable #48

Closed
wants to merge 1 commit into from
Closed

Made the default GPG config file overridable #48

wants to merge 1 commit into from

Conversation

angelos-p
Copy link
Contributor

Allowed the user to be able to choose a different default GPG config file during key creation while keeping the current one as default.

In order to do this, I created a method called configure_config_file that takes the args and the gpghome directory and creates the config file by copying the default gpg config file which can be either the default one in /usr/share/gnupg/gpg-conf.skel or a user selected one to a new file and appending the GLEP:63 requirements in it.

That way the user can decide which GPG key configuration to use while still keeping the mandatory GLEP:63 requirements.

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.

None yet

2 participants