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

Document how to add GPG key from key server to /etc/apt/keyrings #84

Open
nicklasfrahm opened this issue Mar 7, 2024 · 0 comments
Open

Comments

@nicklasfrahm
Copy link
Owner

nicklasfrahm commented Mar 7, 2024

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 648ACFD622F3D138 && \
gpg --export --armor 648ACFD622F3D138 > yourpubkey.gpg && \
gpg --batch --yes --delete-keys 648ACFD622F3D138

Reference: https://superuser.com/questions/1641291/gpg-only-download-a-key-from-a-keyserver

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

1 participant