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

Doc/readme debian trusted gpg #209

Closed

Conversation

gmatheu
Copy link

@gmatheu gmatheu commented Oct 17, 2022

Fixes #208

Currently then using apt-key add, a warning message is shown:

Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8))

and, then when executing apt udpate:

W: https://repo.charm.sh/apt/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.

In this PR, I'm adding the updated instructions to avoid this warning message

Changes

  • Adding current gpg key management for apt package manager

aymanbagabas added a commit that referenced this pull request Oct 17, 2022
Use the recommended keyrings path /etc/apt/keyrings

Per: https://manpages.debian.org/unstable/apt/apt-key.8.en.html#DEPRECATION
Fixes: #208
Fixes: #209
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.

README: Remove legacy instructions for apt-key (install -> package manager -> Debian)
1 participant