Patrick
14
better:
Not good since it skips gpg fingerprint verification.
Not required. For comparison:
ls -la /etc/apt/trusted.gpg.d/
Files there are all owned by user root and group root and world readable.
Meaning whatever the key format .asc
or .gpg
.
sudo cp /path/to/gpg-public-key.asc /etc/apt/trusted.gpg.d/
No more gpg or apt-key required on the command line.
However, actually folder /usr/share/keyrings/
and signed-by
should be used. See:
Does that make sense?